|
Open CASCADE Technology 6.5.2
|
Sort two point in a given direction.
#include <BRepMesh_ComparatorOfIndexedVertexOfDelaun.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepMesh_ComparatorOfIndexedVertexOfDelaun (const gp_XY &theDir, const Standard_Real TheTol, const Handle< BRepMesh_DataStructureOfDelaun > &HDS) | |
| Standard_Boolean | IsLower (const Standard_Integer Left, const Standard_Integer Right) const |
| returns True if <Left> is lower than <Right> | |
| Standard_Boolean | IsGreater (const Standard_Integer Left, const Standard_Integer Right) const |
| returns True if <Left> is greater than <Right> | |
| Standard_Boolean | IsEqual (const Standard_Integer Left, const Standard_Integer Right) const |
| returns True when <Right> and <Left> are equal. | |
| BRepMesh_ComparatorOfIndexedVertexOfDelaun::BRepMesh_ComparatorOfIndexedVertexOfDelaun | ( | const gp_XY & | theDir, |
| const Standard_Real | TheTol, | ||
| const Handle< BRepMesh_DataStructureOfDelaun > & | HDS | ||
| ) |
| Standard_Boolean BRepMesh_ComparatorOfIndexedVertexOfDelaun::IsEqual | ( | const Standard_Integer | Left, |
| const Standard_Integer | Right | ||
| ) | const |
| Standard_Boolean BRepMesh_ComparatorOfIndexedVertexOfDelaun::IsGreater | ( | const Standard_Integer | Left, |
| const Standard_Integer | Right | ||
| ) | const |
| Standard_Boolean BRepMesh_ComparatorOfIndexedVertexOfDelaun::IsLower | ( | const Standard_Integer | Left, |
| const Standard_Integer | Right | ||
| ) | const |
| void BRepMesh_ComparatorOfIndexedVertexOfDelaun::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepMesh_ComparatorOfIndexedVertexOfDelaun::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BRepMesh_ComparatorOfIndexedVertexOfDelaun::operator new | ( | size_t | size | ) | [inline] |
1.7.4