|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BRepMesh_Vertex () |
| Standard_EXPORT | BRepMesh_Vertex (const gp_XY &UV, const Standard_Integer Dom, const Standard_Integer Locat3d, const MeshDS_DegreeOfFreedom Move) |
| Standard_EXPORT | BRepMesh_Vertex (const Standard_Real U, const Standard_Real V, const Standard_Integer Dom, const MeshDS_DegreeOfFreedom Move) |
| | For MeshAlgo.
.
|
| Standard_EXPORT void | Initialize (const gp_XY &UV, const Standard_Integer Dom, const Standard_Integer Locat3d, const MeshDS_DegreeOfFreedom Move) |
| const gp_XY & | Coord () const |
| Standard_Integer | Location3d () const |
| Standard_Integer | Domain () const |
| 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 BRepMesh_Vertex &Other) const |
| Standard_Boolean | operator== (const BRepMesh_Vertex &Other) const |
Private Attributes |
| gp_XY | myUV |
| Standard_Integer | myDomain |
| Standard_Integer | myLocation |
| MeshDS_DegreeOfFreedom | myMovability |