Public Member Functions | |
SortBins (CullBinManager *manager) | |
This is a function object whose sole purpose is to put the _sorted_bins vector in the proper order for rendering the bins. | |
bool | operator() (int a, int b) const |
The function call method of the function object. | |
Public Attributes | |
CullBinManager * | _manager |
|
This is a function object whose sole purpose is to put the _sorted_bins vector in the proper order for rendering the bins.
Definition at line 36 of file cullBinManager.I. References CullBinManager::_bin_definitions, _manager, and INLINE. |
|
The function call method of the function object. Returns true if the two bin indices are already in sorted order with a < b, or false otherwise. Definition at line 54 of file cullBinManager.I. |
|
Definition at line 97 of file cullBinManager.h. Referenced by SortBins(). |