14 #ifndef __itkANNFixedRadiusTreeSearch_h
15 #define __itkANNFixedRadiusTreeSearch_h
31 template<
class TListSample >
64 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
65 itkGetConstMacro( ErrorBound,
double );
68 itkSetMacro( SquaredRadius,
double );
69 itkGetConstMacro( SquaredRadius,
double );
97 #ifndef ITK_MANUAL_INSTANTIATION
98 #include "itkANNFixedRadiusTreeSearch.hxx"
101 #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