18#ifndef itkANNStandardTreeSearch_h
19#define itkANNStandardTreeSearch_h
35template <
class TListSample>
69 itkSetClampMacro(ErrorBound,
double, 0.0, 1e14);
70 itkGetConstMacro(ErrorBound,
double);
86#ifndef ITK_MANUAL_INSTANTIATION
87# include "itkANNStandardTreeSearch.hxx"
void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists) override
SmartPointer< const Self > ConstPointer
~ANNStandardTreeSearch() override=default
ITK_DISALLOW_COPY_AND_MOVE(ANNStandardTreeSearch)
typename BinaryTreeType::MeasurementVectorType MeasurementVectorType
Array< int > IndexArrayType
Array< double > DistanceArrayType
ANNdistArray ANNDistanceArrayType
TListSample ListSampleType
ANNidxArray ANNIndexArrayType