#include <IntTools_Compare.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | IntTools_Compare () |
| Empty constructor . | |
| Standard_EXPORT | IntTools_Compare (const Standard_Real aTol) |
| Initializes me by tolerance . | |
| Standard_EXPORT Standard_Boolean | IsLower (const IntTools_Root &Left, const IntTools_Root &Right) const |
| Returns True if <left> is lower than <right>. . | |
| Standard_EXPORT Standard_Boolean | IsGreater (const IntTools_Root &Left, const IntTools_Root &Right) const |
| Returns True if <left> is greater than <right>. . | |
| Standard_EXPORT Standard_Boolean | IsEqual (const IntTools_Root &Left, const IntTools_Root &Right) const |
| Returns True when <right> and <left> are equal. . | |
Private Attributes | |
| Standard_Real | myTol |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.4.1