|
Open CASCADE Technology
6.7.1
|
Sort two point in a given direction.
More...
#include <BRepMesh_ComparatorOfVertexOfDelaun.hxx>
Public Member Functions | |
| BRepMesh_ComparatorOfVertexOfDelaun (const gp_XY &theDir) | |
| Standard_Boolean | IsLower (const BRepMesh_Vertex &Left, const BRepMesh_Vertex &Right) const |
| returns True if <Left> is lower than <Right> More... | |
| Standard_Boolean | IsGreater (const BRepMesh_Vertex &Left, const BRepMesh_Vertex &Right) const |
| returns True if <Left> is greater than <Right> More... | |
| Standard_Boolean | IsEqual (const BRepMesh_Vertex &Left, const BRepMesh_Vertex &Right) const |
| returns True when <Right> and <Left> are equal. More... | |
Sort two point in a given direction.
| BRepMesh_ComparatorOfVertexOfDelaun::BRepMesh_ComparatorOfVertexOfDelaun | ( | const gp_XY & | theDir | ) |
| Standard_Boolean BRepMesh_ComparatorOfVertexOfDelaun::IsEqual | ( | const BRepMesh_Vertex & | Left, |
| const BRepMesh_Vertex & | Right | ||
| ) | const |
returns True when <Right> and <Left> are equal.
| Standard_Boolean BRepMesh_ComparatorOfVertexOfDelaun::IsGreater | ( | const BRepMesh_Vertex & | Left, |
| const BRepMesh_Vertex & | Right | ||
| ) | const |
returns True if <Left> is greater than <Right>
| Standard_Boolean BRepMesh_ComparatorOfVertexOfDelaun::IsLower | ( | const BRepMesh_Vertex & | Left, |
| const BRepMesh_Vertex & | Right | ||
| ) | const |
returns True if <Left> is lower than <Right>
1.8.5