#include <SelectMgr_SortCriterion.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | SelectMgr_SortCriterion () |
Standard_EXPORT | SelectMgr_SortCriterion (const Standard_Integer aPriority, const Standard_Real aDepth, const Standard_Real aMinDist) |
void | SetValues (const Standard_Integer Prior, const Standard_Real aDepth, const Standard_Real aMinDist) |
void | SetPriority (const Standard_Integer P) |
void | SetDepth (const Standard_Real D) |
void | SetMinDist (const Standard_Real D) |
void | Values (Standard_Integer &Prior, Standard_Real &Depth, Standard_Real &Dist) const |
Standard_Integer | Priority () const |
Standard_Real | Depth () const |
Standard_Real | MinDist () const |
Standard_EXPORT Standard_Boolean | IsGreater (const SelectMgr_SortCriterion &anOtherCriterion) const |
Standard_Boolean | operator> (const SelectMgr_SortCriterion &anOtherCriterion) const |
Standard_EXPORT Standard_Boolean | IsLower (const SelectMgr_SortCriterion &anOtherCriterion) const |
Standard_Boolean | operator< (const SelectMgr_SortCriterion &anOtherCriterion) const |
Private Attributes | |
Standard_Integer | myPrior |
Standard_Real | myDepth |
Standard_Real | myDist |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|