cinder::KdTree< NodeData, K, LookupProc > Member List

This is the complete list of members for cinder::KdTree< NodeData, K, LookupProc >, including all inherited members.
findNearest(float p[K], float result[K], uint32_t *resultIndex) const cinder::KdTree< NodeData, K, LookupProc >
initialize(const NodeDataVector &d)cinder::KdTree< NodeData, K, LookupProc >
KdTree(const NodeDataVector &data)cinder::KdTree< NodeData, K, LookupProc >
KdTree()cinder::KdTree< NodeData, K, LookupProc >
lookup(const NodeData &p, const LookupProc &process, float maxDist) const cinder::KdTree< NodeData, K, LookupProc >
NodeDataIndex typedefcinder::KdTree< NodeData, K, LookupProc >
recursiveBuild(uint32_t nodeNum, uint32_t start, uint32_t end, std::vector< NodeDataIndex > &buildNodes)cinder::KdTree< NodeData, K, LookupProc >
~KdTree()cinder::KdTree< NodeData, K, LookupProc >