Open CASCADE Technology
6.5.4
|
Root class for the points representations.
Contains a location and a parameter.
#include <BRep_PointRepresentation.hxx>
BRep_PointRepresentation::BRep_PointRepresentation | ( | const Standard_Real | P, |
const TopLoc_Location & | L | ||
) | [protected] |
virtual const Handle_Geom_Curve& BRep_PointRepresentation::Curve | ( | ) | const [virtual] |
Reimplemented in BRep_PointOnCurve.
virtual void BRep_PointRepresentation::Curve | ( | const Handle< Geom_Curve > & | C | ) | [virtual] |
Reimplemented in BRep_PointOnCurve.
virtual Standard_Boolean BRep_PointRepresentation::IsPointOnCurve | ( | ) | const [virtual] |
Reimplemented in BRep_PointOnCurve.
virtual Standard_Boolean BRep_PointRepresentation::IsPointOnCurve | ( | const Handle< Geom_Curve > & | C, |
const TopLoc_Location & | L | ||
) | const [virtual] |
Reimplemented in BRep_PointOnCurve.
virtual Standard_Boolean BRep_PointRepresentation::IsPointOnCurveOnSurface | ( | ) | const [virtual] |
Reimplemented in BRep_PointOnCurveOnSurface.
virtual Standard_Boolean BRep_PointRepresentation::IsPointOnCurveOnSurface | ( | const Handle< Geom2d_Curve > & | PC, |
const Handle< Geom_Surface > & | S, | ||
const TopLoc_Location & | L | ||
) | const [virtual] |
Reimplemented in BRep_PointOnCurveOnSurface.
virtual Standard_Boolean BRep_PointRepresentation::IsPointOnSurface | ( | ) | const [virtual] |
Reimplemented in BRep_PointOnSurface.
virtual Standard_Boolean BRep_PointRepresentation::IsPointOnSurface | ( | const Handle< Geom_Surface > & | S, |
const TopLoc_Location & | L | ||
) | const [virtual] |
Reimplemented in BRep_PointOnSurface.
virtual Standard_Real BRep_PointRepresentation::Parameter2 | ( | ) | const [virtual] |
Reimplemented in BRep_PointOnSurface.
virtual void BRep_PointRepresentation::Parameter2 | ( | const Standard_Real | P | ) | [virtual] |
Reimplemented in BRep_PointOnSurface.
virtual const Handle_Geom2d_Curve& BRep_PointRepresentation::PCurve | ( | ) | const [virtual] |
Reimplemented in BRep_PointOnCurveOnSurface.
virtual void BRep_PointRepresentation::PCurve | ( | const Handle< Geom2d_Curve > & | C | ) | [virtual] |
Reimplemented in BRep_PointOnCurveOnSurface.
virtual const Handle_Geom_Surface& BRep_PointRepresentation::Surface | ( | ) | const [virtual] |
Reimplemented in BRep_PointsOnSurface.
virtual void BRep_PointRepresentation::Surface | ( | const Handle< Geom_Surface > & | S | ) | [virtual] |
Reimplemented in BRep_PointsOnSurface.