KdTree< NodeData > Member List
This is the complete list of members for
KdTree< NodeData >, including all inherited members.
| KdTree(const vector< NodeData > &data) | KdTree< NodeData > | [inline] |
| Lookup(const Point &p, LookupProc &process, float &maxDistSquared) const | KdTree< NodeData > | [inline] |
| nextFreeNode | KdTree< NodeData > | [private] |
| nNodes | KdTree< NodeData > | [private] |
| nodeData | KdTree< NodeData > | [private] |
| nodes | KdTree< NodeData > | [private] |
| privateLookup(uint32_t nodeNum, const Point &p, LookupProc &process, float &maxDistSquared) const | KdTree< NodeData > | [inline, private] |
| recursiveBuild(uint32_t nodeNum, int start, int end, const NodeData **buildNodes) | KdTree< NodeData > | [inline, private] |
| ~KdTree() | KdTree< NodeData > | [inline] |