Open CASCADE Technology
6.9.1
|
Auxiliary class to provide a sorting Ranges, taking into account a value of Left . More...
#include <IntTools_CompareRange.hxx>
Public Member Functions | |
IntTools_CompareRange () | |
Empty constructor. More... | |
IntTools_CompareRange (const Standard_Real aTol) | |
Initializes me by tolerance. More... | |
Standard_Boolean | IsLower (const IntTools_Range &Left, const IntTools_Range &Right) const |
Returns True if <Left> is lower than <Right>. More... | |
Standard_Boolean | IsGreater (const IntTools_Range &Left, const IntTools_Range &Right) const |
Returns True if <Left> is greater than <Right>. More... | |
Standard_Boolean | IsEqual (const IntTools_Range &Left, const IntTools_Range &Right) const |
Returns True when <Right> and <Left> are equal. More... | |
Auxiliary class to provide a sorting Ranges, taking into account a value of Left .
IntTools_CompareRange::IntTools_CompareRange | ( | ) |
Empty constructor.
IntTools_CompareRange::IntTools_CompareRange | ( | const Standard_Real | aTol | ) |
Initializes me by tolerance.
Standard_Boolean IntTools_CompareRange::IsEqual | ( | const IntTools_Range & | Left, |
const IntTools_Range & | Right | ||
) | const |
Returns True when <Right> and <Left> are equal.
Standard_Boolean IntTools_CompareRange::IsGreater | ( | const IntTools_Range & | Left, |
const IntTools_Range & | Right | ||
) | const |
Returns True if <Left> is greater than <Right>.
Standard_Boolean IntTools_CompareRange::IsLower | ( | const IntTools_Range & | Left, |
const IntTools_Range & | Right | ||
) | const |
Returns True if <Left> is lower than <Right>.