Open CASCADE Technology  6.9.0
Public Member Functions

IntTools_CompareRange Class Reference

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...
 

Detailed Description

Auxiliary class to provide a sorting Ranges, taking into account a value of Left .

Constructor & Destructor Documentation

IntTools_CompareRange::IntTools_CompareRange ( )

Empty constructor.

IntTools_CompareRange::IntTools_CompareRange ( const Standard_Real  aTol)

Initializes me by tolerance.

Member Function Documentation

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>.


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