Open CASCADE Technology
7.2.0
|
STL compare tool used in binary search algorithm. More...
#include <BVH_RadixSorter.hxx>
Public Member Functions | |
BitComparator (const Standard_Integer theBit) | |
Creates new STL comparator. More... | |
bool | operator() (BVH_EncodedLink theLink1, BVH_EncodedLink) |
Checks left value for the given bit. More... | |
Data Fields | |
Standard_Integer | myBit |
STL compare tool used in binary search algorithm.
|
inline |
Creates new STL comparator.
|
inline |
Checks left value for the given bit.
Standard_Integer BVH::BitComparator::myBit |