|
Open CASCADE Technology 6.5.2
|
Auxiliary class for sorting paves along the edge
in acoordance with increasing order of parameter
#include <BOPTools_ComparePave.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOPTools_ComparePave () | |
| Empty constructor Default comparing tolerance value=1.e-12 | |
| BOPTools_ComparePave (const Standard_Real aTol) | |
| Constructor that use comparing tolerance value as parameter. | |
| Standard_Boolean | IsLower (const BOPTools_Pave &Left, const BOPTools_Pave &Right) const |
| Returns True if <Left> is lower than <Right>. | |
| Standard_Boolean | IsGreater (const BOPTools_Pave &Left, const BOPTools_Pave &Right) const |
| Returns True if <Left> is greater than <Right>. | |
| Standard_Boolean | IsEqual (const BOPTools_Pave &Left, const BOPTools_Pave &Right) const |
| Returns True when <Right> and <Left> are equal. | |
| BOPTools_ComparePave::BOPTools_ComparePave | ( | ) |
| BOPTools_ComparePave::BOPTools_ComparePave | ( | const Standard_Real | aTol | ) |
| Standard_Boolean BOPTools_ComparePave::IsEqual | ( | const BOPTools_Pave & | Left, |
| const BOPTools_Pave & | Right | ||
| ) | const |
| Standard_Boolean BOPTools_ComparePave::IsGreater | ( | const BOPTools_Pave & | Left, |
| const BOPTools_Pave & | Right | ||
| ) | const |
| Standard_Boolean BOPTools_ComparePave::IsLower | ( | const BOPTools_Pave & | Left, |
| const BOPTools_Pave & | Right | ||
| ) | const |
| void BOPTools_ComparePave::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_ComparePave::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BOPTools_ComparePave::operator new | ( | size_t | size | ) | [inline] |
1.7.4