18 #ifndef __itkANNFixedRadiusTreeSearch_h 19 #define __itkANNFixedRadiusTreeSearch_h 35 template<
class TListSample >
68 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
69 itkGetConstMacro( ErrorBound,
double );
72 itkSetMacro( SquaredRadius,
double );
73 itkGetConstMacro( SquaredRadius,
double );
76 virtual void Search(
const MeasurementVectorType & qp, IndexArrayType & ind,
77 DistanceArrayType & dists );
80 virtual void Search(
const MeasurementVectorType & qp, IndexArrayType & ind,
81 DistanceArrayType & dists,
double sqRad );
101 #ifndef ITK_MANUAL_INSTANTIATION 102 #include "itkANNFixedRadiusTreeSearch.hxx" 105 #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