#include <MeshShape_Vertex.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT const gp_XY & | Coord () const |
Standard_EXPORT Standard_Integer | Location3d () const |
Standard_EXPORT Standard_Integer | Domain () const |
Standard_EXPORT MeshDS_DegreeOfFreedom | Movability () const |
Standard_EXPORT void | SetMovability (const MeshDS_DegreeOfFreedom Move) |
Standard_EXPORT Standard_Integer | HashCode (const Standard_Integer Upper) const |
Standard_EXPORT Standard_Boolean | IsEqual (const MeshShape_Vertex &Other) const |
Standard_Boolean | operator== (const MeshShape_Vertex &Other) const |
Protected Member Functions | |
Standard_EXPORT | MeshShape_Vertex (const gp_XY &UV, const MeshDS_DegreeOfFreedom Move) |
Vertex with only 2d representation. (Super maille Delaunay) . | |
Standard_EXPORT | MeshShape_Vertex (const gp_XY &UV, const Standard_Integer Locat3d, const Standard_Integer Domain, const MeshDS_DegreeOfFreedom Move) |
Vertex with 3d representation. . |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|