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