Open CASCADE Technology 6.6.0
|
#include <BRep_PointOnCurve.hxx>
Public Member Functions | |
BRep_PointOnCurve (const Standard_Real P, const Handle< Geom_Curve > &C, const TopLoc_Location &L) | |
virtual Standard_Boolean | IsPointOnCurve () const |
Returns True | |
virtual Standard_Boolean | IsPointOnCurve (const Handle< Geom_Curve > &C, const TopLoc_Location &L) const |
A point on the curve . | |
virtual const Handle_Geom_Curve & | Curve () const |
virtual void | Curve (const Handle< Geom_Curve > &C) |
BRep_PointOnCurve::BRep_PointOnCurve | ( | const Standard_Real | P, |
const Handle< Geom_Curve > & | C, | ||
const TopLoc_Location & | L | ||
) |
virtual const Handle_Geom_Curve& BRep_PointOnCurve::Curve | ( | ) | const [virtual] |
Reimplemented from BRep_PointRepresentation.
virtual void BRep_PointOnCurve::Curve | ( | const Handle< Geom_Curve > & | C | ) | [virtual] |
Reimplemented from BRep_PointRepresentation.
virtual Standard_Boolean BRep_PointOnCurve::IsPointOnCurve | ( | ) | const [virtual] |
Reimplemented from BRep_PointRepresentation.
virtual Standard_Boolean BRep_PointOnCurve::IsPointOnCurve | ( | const Handle< Geom_Curve > & | C, |
const TopLoc_Location & | L | ||
) | const [virtual] |
Reimplemented from BRep_PointRepresentation.