Go to the documentation of this file.
18 #ifndef __itkBinaryTreeSearchBase_h
19 #define __itkBinaryTreeSearchBase_h
21 #include "itkObject.h"
38 template<
class TListSample >
56 typedef typename BinaryTreeType::
67 itkSetMacro( KNearestNeighbors,
unsigned int );
68 itkGetConstMacro( KNearestNeighbors,
unsigned int );
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkBinaryTreeSearchBase.hxx"
97 #endif // end #ifndef __itkBinaryTreeSearchBase_h
BinaryTreeSearchBase(const Self &)
Array< int > IndexArrayType
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)=0
virtual ~BinaryTreeSearchBase()
SmartPointer< Self > Pointer
Array< double > DistanceArrayType
BinaryTreePointer m_BinaryTree
unsigned int m_DataDimension
void operator=(const Self &)
BinaryTreeType::Pointer BinaryTreePointer
SmartPointer< const Self > ConstPointer
BinaryTreeSearchBase Self
unsigned int m_KNearestNeighbors
BinaryTreeType::MeasurementVectorType MeasurementVectorType
const BinaryTreeType * GetBinaryTree(void) const
BinaryTreeBase< ListSampleType > BinaryTreeType
virtual void SetBinaryTree(BinaryTreeType *tree)
TListSample ListSampleType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|