#include <Geom_CartesianPoint.hxx>
Inheritance diagram for Geom_CartesianPoint:
Public Member Functions | |
Standard_EXPORT | Geom_CartesianPoint (const gp_Pnt &P) |
Returns a transient copy of P. . | |
Standard_EXPORT | Geom_CartesianPoint (const Standard_Real X, const Standard_Real Y, const Standard_Real Z) |
Constructs a point defined by its three Cartesian coordinates X, Y and Z. . | |
Standard_EXPORT void | SetCoord (const Standard_Real X, const Standard_Real Y, const Standard_Real Z) |
Assigns the coordinates X, Y and Z to this point. . | |
Standard_EXPORT void | SetPnt (const gp_Pnt &P) |
Set <me> to P.X(), P.Y(), P.Z() coordinates. . | |
Standard_EXPORT void | SetX (const Standard_Real X) |
Changes the X coordinate of me. . | |
Standard_EXPORT void | SetY (const Standard_Real Y) |
Changes the Y coordinate of me. . | |
Standard_EXPORT void | SetZ (const Standard_Real Z) |
Changes the Z coordinate of me. . | |
Standard_EXPORT void | Coord (Standard_Real &X, Standard_Real &Y, Standard_Real &Z) const |
Returns the coordinates of <me>. . | |
Standard_EXPORT gp_Pnt | Pnt () const |
Returns a non transient cartesian point with the same coordinates as <me>. . | |
Standard_EXPORT Standard_Real | X () const |
Returns the X coordinate of <me>. . | |
Standard_EXPORT Standard_Real | Y () const |
Returns the Y coordinate of <me>. . | |
Standard_EXPORT Standard_Real | Z () const |
Returns the Z coordinate of <me>. . | |
Standard_EXPORT void | Transform (const gp_Trsf &T) |
Applies the transformation T to this point. . | |
Standard_EXPORT Handle_Geom_Geometry | Copy () const |
Creates a new object which is a copy of this point. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
gp_Pnt | gpPnt |
|
|
|
|
|
Implements Geom_Point. |
|
Implements Geom_Geometry. |
|
Reimplemented from Geom_Point. |
|
Implements Geom_Point. |
|
|
|
|
|
|
|
|
|
|
|
Implements Geom_Geometry. |
|
Implements Geom_Point. |
|
Implements Geom_Point. |
|
Implements Geom_Point. |
|
|