Go to the documentation of this file.
19 #ifndef __itkANNBinaryTreeCreator_h
20 #define __itkANNBinaryTreeCreator_h
22 #include "itkObject.h"
23 #include "itkObjectFactory.h"
110 #endif // end #ifndef __itkANNBinaryTreeCreator_h
void operator=(const Self &)
static void DeleteANNBruteForceTree(ANNBruteForceTreeType *&tree)
static ANNkDTreeType * CreateANNkDTree(ANNPointArrayType pa, int n, int d, int bs=1, ANNSplitRuleType split=ANN_KD_SUGGEST)
ANNbruteForce ANNBruteForceTreeType
ANNpointArray ANNPointArrayType
static void IncreaseReferenceCount(void)
ANNBinaryTreeCreator Self
static ANNBruteForceTreeType * CreateANNBruteForceTree(ANNPointArrayType pa, int n, int d)
static void DecreaseReferenceCount(void)
ANNsplitRule ANNSplitRuleType
SmartPointer< Self > Pointer
ANNshrinkRule ANNShrinkRuleType
ANNBinaryTreeCreator(const Self &)
virtual ~ANNBinaryTreeCreator()
static ANNbdTreeType * CreateANNbdTree(ANNPointArrayType pa, int n, int d, int bs=1, ANNSplitRuleType split=ANN_KD_SUGGEST, ANNShrinkRuleType shrink=ANN_BD_SUGGEST)
static void DeleteANNkDTree(ANNkDTreeType *&tree)
static unsigned int m_NumberOfANNBinaryTrees
SmartPointer< const Self > ConstPointer
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|