#include <BRepMesh_Vertex.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepMesh_Vertex () | |
| BRepMesh_Vertex (const gp_XY &UV, const Standard_Integer Locat3d, const MeshDS_DegreeOfFreedom Move) | |
| BRepMesh_Vertex (const Standard_Real U, const Standard_Real V, const MeshDS_DegreeOfFreedom Move) | |
| For MeshAlgo. | |
| void | Initialize (const gp_XY &UV, const Standard_Integer Locat3d, const MeshDS_DegreeOfFreedom Move) |
| const gp_XY & | Coord () const |
| Standard_Integer | Location3d () const |
| MeshDS_DegreeOfFreedom | Movability () const |
| void | SetMovability (const MeshDS_DegreeOfFreedom Move) |
| Standard_Integer | HashCode (const Standard_Integer Upper) const |
| Standard_Boolean | IsEqual (const BRepMesh_Vertex &Other) const |
| Standard_Boolean | operator== (const BRepMesh_Vertex &Other) const |
| BRepMesh_Vertex::BRepMesh_Vertex | ( | ) |
| BRepMesh_Vertex::BRepMesh_Vertex | ( | const gp_XY & | UV, | |
| const Standard_Integer | Locat3d, | |||
| const MeshDS_DegreeOfFreedom | Move | |||
| ) |
| BRepMesh_Vertex::BRepMesh_Vertex | ( | const Standard_Real | U, | |
| const Standard_Real | V, | |||
| const MeshDS_DegreeOfFreedom | Move | |||
| ) |
| const gp_XY& BRepMesh_Vertex::Coord | ( | ) | const |
| Standard_Integer BRepMesh_Vertex::HashCode | ( | const Standard_Integer | Upper | ) | const |
| void BRepMesh_Vertex::Initialize | ( | const gp_XY & | UV, | |
| const Standard_Integer | Locat3d, | |||
| const MeshDS_DegreeOfFreedom | Move | |||
| ) |
| Standard_Boolean BRepMesh_Vertex::IsEqual | ( | const BRepMesh_Vertex & | Other | ) | const |
| Standard_Integer BRepMesh_Vertex::Location3d | ( | ) | const |
| MeshDS_DegreeOfFreedom BRepMesh_Vertex::Movability | ( | ) | const |
| void BRepMesh_Vertex::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepMesh_Vertex::operator new | ( | size_t | size | ) | [inline] |
| void* BRepMesh_Vertex::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
| Standard_Boolean BRepMesh_Vertex::operator== | ( | const BRepMesh_Vertex & | Other | ) | const [inline] |
| void BRepMesh_Vertex::SetMovability | ( | const MeshDS_DegreeOfFreedom | Move | ) |
1.6.3