14 #ifndef __itkBinaryTreeSearchBase_h
15 #define __itkBinaryTreeSearchBase_h
17 #include "itkObject.h"
34 template<
class TListSample >
63 itkSetMacro( KNearestNeighbors,
unsigned int );
64 itkGetConstMacro( KNearestNeighbors,
unsigned int );
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkBinaryTreeSearchBase.hxx"
93 #endif // end #ifndef __itkBinaryTreeSearchBase_h
Array< int > IndexArrayType
virtual void SetBinaryTree(BinaryTreeType *tree)
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)=0
BinaryTreePointer m_BinaryTree
virtual ~BinaryTreeSearchBase()
BinaryTreeBase< ListSampleType > BinaryTreeType
Array< double > DistanceArrayType
SmartPointer< Self > Pointer
BinaryTreeType::Pointer BinaryTreePointer
const BinaryTreeType * GetBinaryTree(void) const
BinaryTreeSearchBase Self
unsigned int m_DataDimension
TListSample ListSampleType
unsigned int m_KNearestNeighbors
BinaryTreeType::MeasurementVectorType MeasurementVectorType
void operator=(const Self &)
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
SampleType::MeasurementVectorType MeasurementVectorType