Go to the documentation of this file.
18 #ifndef __itkANNPriorityTreeSearch_h
19 #define __itkANNPriorityTreeSearch_h
35 template<
class TListSample >
72 itkSetClampMacro( ErrorBound,
double, 0.0, 1e14 );
73 itkGetConstMacro( ErrorBound,
double );
99 #ifndef ITK_MANUAL_INSTANTIATION
100 #include "itkANNPriorityTreeSearch.hxx"
103 #endif // end #ifndef __itkANNPriorityTreeSearch_h
Superclass::DistanceArrayType DistanceArrayType
Superclass::ANNPointType ANNPointType
Superclass::MeasurementVectorType MeasurementVectorType
SmartPointer< const Self > ConstPointer
Superclass::ListSampleType ListSampleType
ANNpointSet ANNPointSetType
Superclass::BinaryANNTreeType BinaryANNTreeType
BinaryANNTreeSearchBase< TListSample > Superclass
Superclass::DistanceArrayType DistanceArrayType
Superclass::MeasurementVectorType MeasurementVectorType
Superclass::IndexArrayType IndexArrayType
Superclass::ANNIndexArrayType ANNIndexArrayType
Superclass::IndexArrayType IndexArrayType
SmartPointer< Self > Pointer
Superclass::BinaryTreeType BinaryTreeType
Superclass::ListSampleType ListSampleType
Superclass::ANNDistanceType ANNDistanceType
Superclass::ANNDistanceArrayType ANNDistanceArrayType
virtual void SetBinaryTree(BinaryTreeType *tree)
void operator=(const Self &)
Superclass::ANNIndexType ANNIndexType
ANNPriorityTreeSearch(const Self &)
ANNPriorityTreeSearch Self
virtual ~ANNPriorityTreeSearch()
virtual void Search(const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)
ANNkDTreeType * m_BinaryTreeAskDTree
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|