Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
BVH::BitComparator Struct Reference

STL compare tool used in binary search algorithm. More...

#include <BVH_RadixSorter.hxx>

Public Member Functions

 BitComparator (const int theDigit)
 Creates new STL comparator.
 
bool operator() (BVH_EncodedLink theLink1, BVH_EncodedLink)
 Checks left value for the given bit.
 

Data Fields

unsigned int myBit
 

Detailed Description

STL compare tool used in binary search algorithm.

Constructor & Destructor Documentation

◆ BitComparator()

BVH::BitComparator::BitComparator ( const int theDigit)
inline

Creates new STL comparator.

Member Function Documentation

◆ operator()()

bool BVH::BitComparator::operator() ( BVH_EncodedLink theLink1,
BVH_EncodedLink  )
inline

Checks left value for the given bit.

Field Documentation

◆ myBit

unsigned int BVH::BitComparator::myBit

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