15 #ifndef __itkANNFixedRadiusTreeSearch_h
16 #define __itkANNFixedRadiusTreeSearch_h
33 template <
class TListSample >
66 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
67 itkGetConstMacro( ErrorBound,
double );
70 itkSetMacro( SquaredRadius,
double );
71 itkGetConstMacro( SquaredRadius,
double );
101 #ifndef ITK_MANUAL_INSTANTIATION
102 #include "itkANNFixedRadiusTreeSearch.txx"
106 #endif // end #ifndef __itkANNFixedRadiusTreeSearch_h
Superclass::ListSampleType ListSampleType
void operator=(const Self &)
Superclass::MeasurementVectorType MeasurementVectorType
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)
Superclass::DistanceArrayType DistanceArrayType
virtual ~ANNFixedRadiusTreeSearch()
SmartPointer< const Self > ConstPointer
Superclass::ANNIndexArrayType ANNIndexArrayType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::BinaryTreeType BinaryTreeType
Superclass::BinaryANNTreeType BinaryANNTreeType
Superclass::ANNPointType ANNPointType
Superclass::ANNDistanceArrayType ANNDistanceArrayType
ANNdistArray ANNDistanceArrayType
Superclass::DistanceArrayType DistanceArrayType
ANNFixedRadiusTreeSearch Self
Superclass::IndexArrayType IndexArrayType
Superclass::ANNDistanceType ANNDistanceType
BinaryANNTreeSearchBase< TListSample > Superclass
SmartPointer< Self > Pointer
Superclass::IndexArrayType IndexArrayType
ANNFixedRadiusTreeSearch()
Superclass::ANNIndexType ANNIndexType
Superclass::ListSampleType ListSampleType
ANNidxArray ANNIndexArrayType