Go to the documentation of this file.
18 #ifndef __itkANNStandardTreeSearch_h
19 #define __itkANNStandardTreeSearch_h
35 template<
class TListSample >
68 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
69 itkGetConstMacro( ErrorBound,
double );
92 #ifndef ITK_MANUAL_INSTANTIATION
93 #include "itkANNStandardTreeSearch.hxx"
96 #endif // end #ifndef __itkANNStandardTreeSearch_h
Superclass::ANNIndexType ANNIndexType
SmartPointer< const Self > ConstPointer
Superclass::DistanceArrayType DistanceArrayType
Superclass::MeasurementVectorType MeasurementVectorType
BinaryANNTreeSearchBase< TListSample > Superclass
ANNStandardTreeSearch(const Self &)
ANNStandardTreeSearch Self
Superclass::IndexArrayType IndexArrayType
Superclass::ListSampleType ListSampleType
Superclass::ListSampleType ListSampleType
Superclass::ANNIndexArrayType ANNIndexArrayType
Superclass::BinaryTreeType BinaryTreeType
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)
SmartPointer< Self > Pointer
virtual ~ANNStandardTreeSearch()
Superclass::BinaryANNTreeType BinaryANNTreeType
Superclass::DistanceArrayType DistanceArrayType
Superclass::ANNDistanceArrayType ANNDistanceArrayType
void operator=(const Self &)
Superclass::ANNPointType ANNPointType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::ANNDistanceType ANNDistanceType
Superclass::IndexArrayType IndexArrayType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|