18 #ifndef __itkANNPriorityTreeSearch_h 19 #define __itkANNPriorityTreeSearch_h 35 template<
class TListSample >
72 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
73 itkGetConstMacro( ErrorBound,
double );
76 virtual void Search(
const MeasurementVectorType & qp, IndexArrayType & ind,
77 DistanceArrayType & dists );
99 #ifndef ITK_MANUAL_INSTANTIATION 100 #include "itkANNPriorityTreeSearch.hxx" 103 #endif // end #ifndef __itkANNPriorityTreeSearch_h
SmartPointer< const Self > ConstPointer
Superclass::ListSampleType ListSampleType
ANNpointSet ANNPointSetType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::BinaryTreeType BinaryTreeType
Superclass::BinaryANNTreeType BinaryANNTreeType
BinaryANNTreeSearchBase< TListSample > Superclass
void operator=(const Self &)
Superclass::IndexArrayType IndexArrayType
Superclass::ANNDistanceArrayType ANNDistanceArrayType
Superclass::MeasurementVectorType MeasurementVectorType
ANNPriorityTreeSearch Self
Superclass::ANNIndexArrayType ANNIndexArrayType
ANNdistArray ANNDistanceArrayType
Superclass::DistanceArrayType DistanceArrayType
SmartPointer< Self > Pointer
virtual void SetBinaryTree(BinaryTreeType *tree)
Superclass::ANNPointType ANNPointType
Superclass::IndexArrayType IndexArrayType
Superclass::ListSampleType ListSampleType
virtual ~ANNPriorityTreeSearch()
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)
ANNkDTreeType * m_BinaryTreeAskDTree
Superclass::ANNDistanceType ANNDistanceType
Superclass::DistanceArrayType DistanceArrayType
Superclass::ANNIndexType ANNIndexType
ANNidxArray ANNIndexArrayType