#include <MeshShape_SurfacePoint.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | MeshShape_SurfacePoint () |
Standard_EXPORT | MeshShape_SurfacePoint (const Standard_Real u, const Standard_Real v, const Standard_Real x, const Standard_Real y, const Standard_Real z) |
Standard_EXPORT | MeshShape_SurfacePoint (const gp_XY &uv, const gp_XYZ &coord) |
Standard_EXPORT | MeshShape_SurfacePoint (const Standard_Real u, const Standard_Real v, const gp_XYZ &coord) |
const gp_XY & | UV () const |
const gp_XYZ & | Coord () const |
Private Attributes | |
gp_XY | myUV |
gp_XYZ | myCoord |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|