Open CASCADE Technology  6.9.1
Public Member Functions
PGeom2d_BezierCurve Class Reference

#include <PGeom2d_BezierCurve.hxx>

Inheritance diagram for PGeom2d_BezierCurve:
Inheritance graph
[legend]

Public Member Functions

 PGeom2d_BezierCurve ()
 Creates a non rational Bezier curve with default values. More...
 
 PGeom2d_BezierCurve (const Handle< PColgp_HArray1OfPnt2d > &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_HArray1OfPnt2d > &aPoles)
 Set the value of the field poles with <aPoles>. More...
 
Handle< PColgp_HArray1OfPnt2dPoles () 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_HArray1OfRealWeights () const
 Returns the value of the field weights. More...
 
 PGeom2d_BezierCurve (const Storage_stCONSTclCOM &a)
 
Standard_Boolean _CSFDB_GetPGeom2d_BezierCurverational () const
 
void _CSFDB_SetPGeom2d_BezierCurverational (const Standard_Boolean p)
 
Handle< PColgp_HArray1OfPnt2d_CSFDB_GetPGeom2d_BezierCurvepoles () const
 
void _CSFDB_SetPGeom2d_BezierCurvepoles (const Handle< PColgp_HArray1OfPnt2d > &p)
 
Handle< PColStd_HArray1OfReal_CSFDB_GetPGeom2d_BezierCurveweights () const
 
void _CSFDB_SetPGeom2d_BezierCurveweights (const Handle< PColStd_HArray1OfReal > &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_Persistentoperator= (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_Persistentoperator= (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
 

Constructor & Destructor Documentation

PGeom2d_BezierCurve::PGeom2d_BezierCurve ( )

Creates a non rational Bezier curve with default values.

PGeom2d_BezierCurve::PGeom2d_BezierCurve ( const Handle< PColgp_HArray1OfPnt2d > &  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.

PGeom2d_BezierCurve::PGeom2d_BezierCurve ( const Storage_stCONSTclCOM a)
inline

Member Function Documentation

Handle< PColgp_HArray1OfPnt2d > PGeom2d_BezierCurve::_CSFDB_GetPGeom2d_BezierCurvepoles ( ) const
inline
Standard_Boolean PGeom2d_BezierCurve::_CSFDB_GetPGeom2d_BezierCurverational ( ) const
inline
Handle< PColStd_HArray1OfReal > PGeom2d_BezierCurve::_CSFDB_GetPGeom2d_BezierCurveweights ( ) const
inline
void PGeom2d_BezierCurve::_CSFDB_SetPGeom2d_BezierCurvepoles ( const Handle< PColgp_HArray1OfPnt2d > &  p)
inline
void PGeom2d_BezierCurve::_CSFDB_SetPGeom2d_BezierCurverational ( const Standard_Boolean  p)
inline
void PGeom2d_BezierCurve::_CSFDB_SetPGeom2d_BezierCurveweights ( const Handle< PColStd_HArray1OfReal > &  p)
inline
void PGeom2d_BezierCurve::Poles ( const Handle< PColgp_HArray1OfPnt2d > &  aPoles)

Set the value of the field poles with <aPoles>.

Handle< PColgp_HArray1OfPnt2d > PGeom2d_BezierCurve::Poles ( ) const

Returns the value of the field poles.

void PGeom2d_BezierCurve::Rational ( const Standard_Boolean  aRational)

Set the value of the field rational with <aRational>.

Standard_Boolean PGeom2d_BezierCurve::Rational ( ) const

Returns the value of the field rational.

void PGeom2d_BezierCurve::Weights ( const Handle< PColStd_HArray1OfReal > &  aWeights)

Set the value of the field weights.

Handle< PColStd_HArray1OfReal > PGeom2d_BezierCurve::Weights ( ) const

Returns the value of the field weights.


The documentation for this class was generated from the following file: