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