Open CASCADE Technology
6.5.4
|
#include <PGeom_BezierCurve.hxx>
PGeom_BezierCurve::PGeom_BezierCurve | ( | const Handle< PColgp_HArray1OfPnt > & | aPoles, |
const Handle< PColStd_HArray1OfReal > & | aWeights, | ||
const Standard_Boolean | aRational | ||
) |
PGeom_BezierCurve::PGeom_BezierCurve | ( | const Storage_stCONSTclCOM & | a | ) | [inline] |
Handle< PColgp_HArray1OfPnt > PGeom_BezierCurve::_CSFDB_GetPGeom_BezierCurvepoles | ( | ) | const [inline] |
Standard_Boolean PGeom_BezierCurve::_CSFDB_GetPGeom_BezierCurverational | ( | ) | const [inline] |
Handle< PColStd_HArray1OfReal > PGeom_BezierCurve::_CSFDB_GetPGeom_BezierCurveweights | ( | ) | const [inline] |
void PGeom_BezierCurve::_CSFDB_SetPGeom_BezierCurvepoles | ( | const Handle< PColgp_HArray1OfPnt > & | p | ) | [inline] |
void PGeom_BezierCurve::_CSFDB_SetPGeom_BezierCurveweights | ( | const Handle< PColStd_HArray1OfReal > & | p | ) | [inline] |
void PGeom_BezierCurve::Poles | ( | const Handle< PColgp_HArray1OfPnt > & | aPoles | ) |
Handle_PColgp_HArray1OfPnt PGeom_BezierCurve::Poles | ( | ) | const |
void PGeom_BezierCurve::Rational | ( | const Standard_Boolean | aRational | ) |
Standard_Boolean PGeom_BezierCurve::Rational | ( | ) | const |
void PGeom_BezierCurve::Weights | ( | const Handle< PColStd_HArray1OfReal > & | aWeights | ) |
Handle_PColStd_HArray1OfReal PGeom_BezierCurve::Weights | ( | ) | const |