Open CASCADE Technology
6.9.0
|
#include <PGeom2d_CartesianPoint.hxx>
Public Member Functions | |
PGeom2d_CartesianPoint () | |
Returns a CartesianPoint with default values.. More... | |
PGeom2d_CartesianPoint (const gp_Pnt2d &aPnt2d) | |
Returns a CartesianPoint built with <aPnt2d>. More... | |
void | Pnt (const gp_Pnt2d &aPnt2d) |
Set the field Pnt2d. More... | |
gp_Pnt2d | Pnt () const |
Returns the value of the field Pnt2d. More... | |
PGeom2d_CartesianPoint (const Storage_stCONSTclCOM &a) | |
const gp_Pnt2d & | _CSFDB_GetPGeom2d_CartesianPointpnt () const |
Public Member Functions inherited from PGeom2d_Point | |
PGeom2d_Point (const Storage_stCONSTclCOM &a) | |
PGeom2d_Point () | |
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_CartesianPoint::PGeom2d_CartesianPoint | ( | ) |
Returns a CartesianPoint with default values..
PGeom2d_CartesianPoint::PGeom2d_CartesianPoint | ( | const gp_Pnt2d & | aPnt2d | ) |
Returns a CartesianPoint built with <aPnt2d>.
|
inline |
|
inline |
void PGeom2d_CartesianPoint::Pnt | ( | const gp_Pnt2d & | aPnt2d | ) |
Set the field Pnt2d.
gp_Pnt2d PGeom2d_CartesianPoint::Pnt | ( | ) | const |
Returns the value of the field Pnt2d.