Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
BRepMesh_ComparatorOfIndexedVertexOfDelaun Class Reference

Sort two point in a given direction.
More...

#include <BRepMesh_ComparatorOfIndexedVertexOfDelaun.hxx>

Public Member Functions

 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>
More...
 
Standard_Boolean IsGreater (const Standard_Integer Left, const Standard_Integer Right) const
 returns True if <Left> is greater than <Right>
More...
 
Standard_Boolean IsEqual (const Standard_Integer Left, const Standard_Integer Right) const
 returns True when <Right> and <Left> are equal.
More...
 

Detailed Description

Sort two point in a given direction.

Constructor & Destructor Documentation

BRepMesh_ComparatorOfIndexedVertexOfDelaun::BRepMesh_ComparatorOfIndexedVertexOfDelaun ( const gp_XY theDir,
const Standard_Real  TheTol,
const Handle< BRepMesh_DataStructureOfDelaun > &  HDS 
)

Member Function Documentation

Standard_Boolean BRepMesh_ComparatorOfIndexedVertexOfDelaun::IsEqual ( const Standard_Integer  Left,
const Standard_Integer  Right 
) const

returns True when <Right> and <Left> are equal.

Standard_Boolean BRepMesh_ComparatorOfIndexedVertexOfDelaun::IsGreater ( const Standard_Integer  Left,
const Standard_Integer  Right 
) const

returns True if <Left> is greater than <Right>

Standard_Boolean BRepMesh_ComparatorOfIndexedVertexOfDelaun::IsLower ( const Standard_Integer  Left,
const Standard_Integer  Right 
) const

returns True if <Left> is lower than <Right>


The documentation for this class was generated from the following file: