|
Open CASCADE Technology
6.9.0
|
#include <PGeom_BezierCurve.hxx>

Public Member Functions | |
| PGeom_BezierCurve () | |
| Creates a non rational Bezier curve with default values. More... | |
| PGeom_BezierCurve (const Handle< PColgp_HArray1OfPnt > &aPoles, const Handle< PColStd_HArray1OfReal > &aWeights, const Standard_Boolean aRational) | |
| Creates a non rational Bezier curve with a set of poles aCurvePoles and a set of weights aPoleWeight. More... | |
| void | Rational (const Standard_Boolean aRational) |
| Set the value of the field rational with <aRational>. More... | |
| Standard_Boolean | Rational () const |
| Returns the value of the field rational. More... | |
| void | Poles (const Handle< PColgp_HArray1OfPnt > &aPoles) |
| Set the value of the field poles with <aPoles>. More... | |
| Handle< PColgp_HArray1OfPnt > | Poles () const |
| Returns the value of the field poles. More... | |
| void | Weights (const Handle< PColStd_HArray1OfReal > &aWeights) |
| Set the value of the field weights. More... | |
| Handle< PColStd_HArray1OfReal > | Weights () const |
| Returns the value of the field weights. More... | |
| PGeom_BezierCurve (const Storage_stCONSTclCOM &a) | |
| Standard_Boolean | _CSFDB_GetPGeom_BezierCurverational () const |
| void | _CSFDB_SetPGeom_BezierCurverational (const Standard_Boolean p) |
| Handle< PColgp_HArray1OfPnt > | _CSFDB_GetPGeom_BezierCurvepoles () const |
| void | _CSFDB_SetPGeom_BezierCurvepoles (const Handle< PColgp_HArray1OfPnt > &p) |
| Handle< PColStd_HArray1OfReal > | _CSFDB_GetPGeom_BezierCurveweights () const |
| void | _CSFDB_SetPGeom_BezierCurveweights (const Handle< PColStd_HArray1OfReal > &p) |
Public Member Functions inherited from PGeom_BoundedCurve | |
| PGeom_BoundedCurve (const Storage_stCONSTclCOM &a) | |
| PGeom_BoundedCurve () | |
Public Member Functions inherited from PGeom_Curve | |
| PGeom_Curve (const Storage_stCONSTclCOM &a) | |
| PGeom_Curve () | |
Public Member Functions inherited from PGeom_Geometry | |
| PGeom_Geometry (const Storage_stCONSTclCOM &a) | |
| PGeom_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 |
| PGeom_BezierCurve::PGeom_BezierCurve | ( | ) |
Creates a non rational Bezier curve with default values.
| PGeom_BezierCurve::PGeom_BezierCurve | ( | const Handle< PColgp_HArray1OfPnt > & | aPoles, |
| const Handle< PColStd_HArray1OfReal > & | aWeights, | ||
| const Standard_Boolean | aRational | ||
| ) |
Creates a non rational Bezier curve with a set of poles aCurvePoles and a set of weights aPoleWeight.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void PGeom_BezierCurve::Poles | ( | const Handle< PColgp_HArray1OfPnt > & | aPoles | ) |
Set the value of the field poles with <aPoles>.
| Handle< PColgp_HArray1OfPnt > PGeom_BezierCurve::Poles | ( | ) | const |
Returns the value of the field poles.
| void PGeom_BezierCurve::Rational | ( | const Standard_Boolean | aRational | ) |
Set the value of the field rational with <aRational>.
| Standard_Boolean PGeom_BezierCurve::Rational | ( | ) | const |
Returns the value of the field rational.
| void PGeom_BezierCurve::Weights | ( | const Handle< PColStd_HArray1OfReal > & | aWeights | ) |
Set the value of the field weights.
| Handle< PColStd_HArray1OfReal > PGeom_BezierCurve::Weights | ( | ) | const |
Returns the value of the field weights.
1.8.5