18#ifndef __itkANNStandardTreeSearch_h
19#define __itkANNStandardTreeSearch_h
35template<
class TListSample >
68 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
69 itkGetConstMacro( ErrorBound,
double );
92#ifndef ITK_MANUAL_INSTANTIATION
93#include "itkANNStandardTreeSearch.hxx"
Superclass::BinaryTreeType BinaryTreeType
Superclass::DistanceArrayType DistanceArrayType
Superclass::BinaryANNTreeType BinaryANNTreeType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::ANNIndexArrayType ANNIndexArrayType
Superclass::ListSampleType ListSampleType
void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists) override
SmartPointer< const Self > ConstPointer
Superclass::ANNDistanceType ANNDistanceType
ANNStandardTreeSearch(const Self &)
SmartPointer< Self > Pointer
BinaryANNTreeSearchBase< TListSample > Superclass
~ANNStandardTreeSearch() override
ANNStandardTreeSearch Self
Superclass::ANNDistanceArrayType ANNDistanceArrayType
Superclass::IndexArrayType IndexArrayType
void operator=(const Self &)
Superclass::ANNPointType ANNPointType
Superclass::ANNIndexType ANNIndexType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::ListSampleType ListSampleType
Superclass::IndexArrayType IndexArrayType
Superclass::DistanceArrayType DistanceArrayType