Go to the documentation of this file.
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 );
101 #ifndef ITK_MANUAL_INSTANTIATION
102 #include "itkANNFixedRadiusTreeSearch.hxx"
105 #endif // end #ifndef __itkANNFixedRadiusTreeSearch_h
Superclass::ANNDistanceArrayType ANNDistanceArrayType
Superclass::ListSampleType ListSampleType
Superclass::DistanceArrayType DistanceArrayType
Superclass::ANNIndexType ANNIndexType
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists, double sqRad)
Superclass::ANNPointType ANNPointType
Superclass::DistanceArrayType DistanceArrayType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::BinaryTreeType BinaryTreeType
SmartPointer< const Self > ConstPointer
Superclass::IndexArrayType IndexArrayType
Superclass::ANNDistanceType ANNDistanceType
ANNFixedRadiusTreeSearch Self
Superclass::ListSampleType ListSampleType
Superclass::IndexArrayType IndexArrayType
Superclass::ANNIndexArrayType ANNIndexArrayType
void operator=(const Self &)
virtual ~ANNFixedRadiusTreeSearch()
Superclass::BinaryANNTreeType BinaryANNTreeType
ANNFixedRadiusTreeSearch()
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)
SmartPointer< Self > Pointer
Superclass::MeasurementVectorType MeasurementVectorType
BinaryANNTreeSearchBase< TListSample > Superclass
ANNFixedRadiusTreeSearch(const Self &)
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|