Open CASCADE Technology
6.9.0
|
#include <PGeom2d_TrimmedCurve.hxx>
Public Member Functions | |
PGeom2d_TrimmedCurve () | |
Creates a TrimmedCurve with default values. More... | |
PGeom2d_TrimmedCurve (const Handle< PGeom2d_Curve > &aBasisCurve, const Standard_Real aFirstU, const Standard_Real aLastU) | |
Creates a TrimmedCurve with these field values. More... | |
void | FirstU (const Standard_Real aFirstU) |
Set the value of the field firstU with <aFirstU>. More... | |
Standard_Real | FirstU () const |
Returns the value of the field firstU. More... | |
void | LastU (const Standard_Real aLastU) |
Set the value of the field lastU with <aLastU>. More... | |
Standard_Real | LastU () const |
Returns the value of the field lastU. More... | |
void | BasisCurve (const Handle< PGeom2d_Curve > &aBasisCurve) |
Set the value of the field basisCurve with <aBasisCurve>. This curve can be a trimmed curve. More... | |
Handle< PGeom2d_Curve > | BasisCurve () const |
Returns the value of the field basisCurve. This curve can be a trimmed curve. More... | |
PGeom2d_TrimmedCurve (const Storage_stCONSTclCOM &a) | |
Handle< PGeom2d_Curve > | _CSFDB_GetPGeom2d_TrimmedCurvebasisCurve () const |
void | _CSFDB_SetPGeom2d_TrimmedCurvebasisCurve (const Handle< PGeom2d_Curve > &p) |
Standard_Real | _CSFDB_GetPGeom2d_TrimmedCurvefirstU () const |
void | _CSFDB_SetPGeom2d_TrimmedCurvefirstU (const Standard_Real p) |
Standard_Real | _CSFDB_GetPGeom2d_TrimmedCurvelastU () const |
void | _CSFDB_SetPGeom2d_TrimmedCurvelastU (const Standard_Real p) |
Public Member Functions inherited from PGeom2d_BoundedCurve | |
PGeom2d_BoundedCurve (const Storage_stCONSTclCOM &a) | |
PGeom2d_BoundedCurve () | |
Public Member Functions inherited from PGeom2d_Curve | |
PGeom2d_Curve (const Storage_stCONSTclCOM &a) | |
PGeom2d_Curve () | |
Public Member Functions inherited from PGeom2d_Geometry | |
PGeom2d_Geometry (const Storage_stCONSTclCOM &a) | |
PGeom2d_Geometry () | |
Public Member Functions inherited from Standard_Persistent | |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
PGeom2d_TrimmedCurve::PGeom2d_TrimmedCurve | ( | ) |
Creates a TrimmedCurve with default values.
PGeom2d_TrimmedCurve::PGeom2d_TrimmedCurve | ( | const Handle< PGeom2d_Curve > & | aBasisCurve, |
const Standard_Real | aFirstU, | ||
const Standard_Real | aLastU | ||
) |
Creates a TrimmedCurve with these field values.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void PGeom2d_TrimmedCurve::BasisCurve | ( | const Handle< PGeom2d_Curve > & | aBasisCurve | ) |
Set the value of the field basisCurve with <aBasisCurve>. This curve can be a trimmed curve.
Handle< PGeom2d_Curve > PGeom2d_TrimmedCurve::BasisCurve | ( | ) | const |
Returns the value of the field basisCurve. This curve can be a trimmed curve.
void PGeom2d_TrimmedCurve::FirstU | ( | const Standard_Real | aFirstU | ) |
Set the value of the field firstU with <aFirstU>.
Standard_Real PGeom2d_TrimmedCurve::FirstU | ( | ) | const |
Returns the value of the field firstU.
void PGeom2d_TrimmedCurve::LastU | ( | const Standard_Real | aLastU | ) |
Set the value of the field lastU with <aLastU>.
Standard_Real PGeom2d_TrimmedCurve::LastU | ( | ) | const |
Returns the value of the field lastU.