#include <kdTree.h>
Public Member Functions | |
MaxDiffCoord (const BoundsPair &bounds0) | |
Initializes from the 0-th index value. | |
void | operator() (const BoundsPair &bounds_i) |
To be called successively for indices from 1-st on. | |
Public Attributes | |
T | maxDiff |
the maximal difference value | |
int | bestIndex |
the index where maxDiff occured | |
int | nextIndex |
next index to be checked |
Definition at line 380 of file kdTree.h.