#include <eggBinMaker.h>
Public Member Functions | |
EggBinMakerCompareNodes () | |
EggBinMakerCompareNodes (EggBinMaker *ebm) | |
bool | operator() (const EggNode *a, const EggNode *b) const |
Called by the SortedNodes set to put nodes into bin order. | |
Public Attributes | |
EggBinMaker * | _ebm |
It's part of the private interface; ignore it.
Definition at line 239 of file eggBinMaker.h.
|
Definition at line 241 of file eggBinMaker.h. |
|
Definition at line 246 of file eggBinMaker.h. |
|
Called by the SortedNodes set to put nodes into bin order. Returns true if the first node falls into an earlier bin than the second node, false otherwise. Definition at line 46 of file eggBinMaker.cxx. |
|
Definition at line 249 of file eggBinMaker.h. |