18#ifndef __itkANNFixedRadiusTreeSearch_h
19#define __itkANNFixedRadiusTreeSearch_h
35template<
class TListSample >
68 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
69 itkGetConstMacro( ErrorBound,
double );
72 itkSetMacro( SquaredRadius,
double );
73 itkGetConstMacro( SquaredRadius,
double );
101#ifndef ITK_MANUAL_INSTANTIATION
102#include "itkANNFixedRadiusTreeSearch.hxx"
ANNFixedRadiusTreeSearch(const Self &)
Superclass::DistanceArrayType DistanceArrayType
ANNFixedRadiusTreeSearch()
Superclass::ANNPointType ANNPointType
~ANNFixedRadiusTreeSearch() override
Superclass::BinaryANNTreeType BinaryANNTreeType
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
Superclass::BinaryTreeType BinaryTreeType
Superclass::ListSampleType ListSampleType
Superclass::ANNIndexType ANNIndexType
Superclass::ANNDistanceType ANNDistanceType
SmartPointer< Self > Pointer
Superclass::ANNIndexArrayType ANNIndexArrayType
Superclass::MeasurementVectorType MeasurementVectorType
ANNFixedRadiusTreeSearch Self
Superclass::IndexArrayType IndexArrayType
Superclass::ANNDistanceArrayType ANNDistanceArrayType
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists, double sqRad)
void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists) override
BinaryANNTreeSearchBase< TListSample > Superclass
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::ListSampleType ListSampleType
Superclass::IndexArrayType IndexArrayType
Superclass::DistanceArrayType DistanceArrayType