19 #ifndef __itkANNBinaryTreeCreator_h
20 #define __itkANNBinaryTreeCreator_h
22 #include "itkObject.h"
23 #include "itkObjectFactory.h"
static unsigned int m_NumberOfANNBinaryTrees
static void DeleteANNBruteForceTree(ANNBruteForceTreeType *&tree)
SmartPointer< Self > Pointer
void operator=(const Self &)
static void DeleteANNkDTree(ANNkDTreeType *&tree)
ANNshrinkRule ANNShrinkRuleType
ANNBinaryTreeCreator Self
static ANNkDTreeType * CreateANNkDTree(ANNPointArrayType pa, int n, int d, int bs=1, ANNSplitRuleType split=ANN_KD_SUGGEST)
ANNsplitRule ANNSplitRuleType
static ANNbdTreeType * CreateANNbdTree(ANNPointArrayType pa, int n, int d, int bs=1, ANNSplitRuleType split=ANN_KD_SUGGEST, ANNShrinkRuleType shrink=ANN_BD_SUGGEST)
ANNBinaryTreeCreator(const Self &)
static void DecreaseReferenceCount(void)
SmartPointer< const Self > ConstPointer
ANNbruteForce ANNBruteForceTreeType
static ANNBruteForceTreeType * CreateANNBruteForceTree(ANNPointArrayType pa, int n, int d)
~ANNBinaryTreeCreator() override
ANNpointArray ANNPointArrayType
static void IncreaseReferenceCount(void)