#include <BRepMesh_ComparatorOfVertexOfDelaun.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepMesh_ComparatorOfVertexOfDelaun (const gp_XY &theDir, const Standard_Real TheTol) |
Standard_EXPORT Standard_Boolean | IsLower (const BRepMesh_Vertex &Left, const BRepMesh_Vertex &Right) const |
Standard_EXPORT Standard_Boolean | IsGreater (const BRepMesh_Vertex &Left, const BRepMesh_Vertex &Right) const |
Standard_EXPORT Standard_Boolean | IsEqual (const BRepMesh_Vertex &Left, const BRepMesh_Vertex &Right) const |
Private Attributes | |
gp_XY | DirectionOfSort |
Standard_Real | Tolerance |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|