Open CASCADE Technology
6.5.4
|
#include <BRepMesh_Vertex.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BRepMesh_Vertex () |
BRepMesh_Vertex (const gp_XY &UV, const Standard_Integer Locat3d, const BRepMesh_DegreeOfFreedom Move) | |
BRepMesh_Vertex (const Standard_Real U, const Standard_Real V, const BRepMesh_DegreeOfFreedom Move) | |
void | Initialize (const gp_XY &UV, const Standard_Integer Locat3d, const BRepMesh_DegreeOfFreedom Move) |
const gp_XY & | Coord () const |
Standard_Integer | Location3d () const |
BRepMesh_DegreeOfFreedom | Movability () const |
void | SetMovability (const BRepMesh_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 | ( | const gp_XY & | UV, |
const Standard_Integer | Locat3d, | ||
const BRepMesh_DegreeOfFreedom | Move | ||
) |
BRepMesh_Vertex::BRepMesh_Vertex | ( | const Standard_Real | U, |
const Standard_Real | V, | ||
const BRepMesh_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 BRepMesh_DegreeOfFreedom | Move | ||
) |
Standard_Boolean BRepMesh_Vertex::IsEqual | ( | const BRepMesh_Vertex & | Other | ) | const |
Standard_Integer BRepMesh_Vertex::Location3d | ( | ) | const |
Standard_Boolean BRepMesh_Vertex::operator== | ( | const BRepMesh_Vertex & | Other | ) | const [inline] |