KdTree Class Reference
#include <KdTree.h>
List of all members.
Constructor & Destructor Documentation
KdTree::KdTree |
( |
|
) |
[inline, private] |
KdTree::KdTree |
( |
int |
st, |
|
|
double |
sv | |
|
) |
| | [inline, private] |
Member Function Documentation
Determines if any element of this cell could be closer to the the cluster, outCluster, using the metrics defined in inBuilder.
- Parameters:
-
| outCluster | the cluster to test |
| inBuilder | the builder defining closeness |
- Returns:
- true if an element could be closer, false otherwise
virtual KdCell* KdTree::createNewBlankCell |
( |
int |
inSplitType, |
|
|
double |
inSplitValue | |
|
) |
| | [inline, virtual] |
static KdTree* KdTree::createTree |
( |
vector< NodeWrapper * > & |
inPoints |
) |
[inline, static] |
void KdTree::findNearestRecursive |
( |
PotentialCluster & |
potentialCluster |
) |
[inline] |
static void KdTree::getAll |
( |
KdCell & |
tree, |
|
|
vector< NodeWrapper * > & |
allLeaves | |
|
) |
| | [inline, static] |
bool KdTree::notifyPointAdded |
( |
NodeWrapper & |
nw, |
|
|
bool |
inChange | |
|
) |
| | [inline] |
void KdTree::recurse |
( |
PotentialCluster & |
potentialCluster, |
|
|
double |
which | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: