Public Member Functions | |
MeshVertex (const gp_Pnt &p) | |
MeshVertex (Standard_Real X, Standard_Real Y, Standard_Real Z) | |
bool | operator< (const MeshVertex &rclPt) const |
gp_Pnt | toPoint () const |
Public Attributes | |
Standard_Integer | i |
Standard_Real | x |
Standard_Real | y |
Standard_Real | z |
Definition at line 1721 of file TopoShape.cpp.
Part::MeshVertex::MeshVertex | ( | Standard_Real | X, | |
Standard_Real | Y, | |||
Standard_Real | Z | |||
) | [inline] |
Definition at line 1726 of file TopoShape.cpp.
Part::MeshVertex::MeshVertex | ( | const gp_Pnt & | p | ) | [inline] |
Definition at line 1730 of file TopoShape.cpp.
bool Part::MeshVertex::operator< | ( | const MeshVertex & | rclPt | ) | const [inline] |
Definition at line 1738 of file TopoShape.cpp.
References MESH_MIN_PT_DIST, x, MovieTool::x, y, MovieTool::y, and z.
gp_Pnt Part::MeshVertex::toPoint | ( | ) | const [inline] |
Definition at line 1735 of file TopoShape.cpp.
References MovieTool::x, and MovieTool::y.
Standard_Integer Part::MeshVertex::i |
Definition at line 1724 of file TopoShape.cpp.
Referenced by Part::TopoShape::getFaces().
Standard_Real Part::MeshVertex::x |
Definition at line 1723 of file TopoShape.cpp.
Referenced by operator<().
Standard_Real Part::MeshVertex::y |
Definition at line 1723 of file TopoShape.cpp.
Referenced by operator<().
Standard_Real Part::MeshVertex::z |
Definition at line 1723 of file TopoShape.cpp.
Referenced by operator<().