Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkANNPriorityTreeSearch.h>
Definition at line 36 of file itkANNPriorityTreeSearch.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual double | GetErrorBound () const |
void | Search (const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists) override |
void | SetBinaryTree (BinaryTreeType *tree) override |
virtual void | SetErrorBound (double _arg) |
Public Member Functions inherited from itk::BinaryANNTreeSearchBase< TListSample > | |
virtual const char * | GetClassName () const |
void | SetBinaryTree (BinaryTreeType *tree) override |
Public Member Functions inherited from itk::BinaryTreeSearchBase< TListSample > | |
const BinaryTreeType * | GetBinaryTree (void) const |
virtual const char * | GetClassName () const |
virtual unsigned int | GetKNearestNeighbors () const |
virtual void | Search (const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists)=0 |
virtual void | SetBinaryTree (BinaryTreeType *tree) |
virtual void | SetKNearestNeighbors (unsigned int _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ANNPriorityTreeSearch () | |
~ANNPriorityTreeSearch () override | |
Protected Member Functions inherited from itk::BinaryANNTreeSearchBase< TListSample > | |
BinaryANNTreeSearchBase () | |
~BinaryANNTreeSearchBase () override | |
Protected Member Functions inherited from itk::BinaryTreeSearchBase< TListSample > | |
BinaryTreeSearchBase () | |
~BinaryTreeSearchBase () override | |
Protected Attributes | |
ANNkDTreeType * | m_BinaryTreeAskDTree |
double | m_ErrorBound |
Protected Attributes inherited from itk::BinaryANNTreeSearchBase< TListSample > | |
BinaryANNTreeType::Pointer | m_BinaryTreeAsITKANNType |
Protected Attributes inherited from itk::BinaryTreeSearchBase< TListSample > | |
BinaryTreePointer | m_BinaryTree |
unsigned int | m_DataDimension |
unsigned int | m_KNearestNeighbors |
Private Member Functions | |
ANNPriorityTreeSearch (const Self &) | |
void | operator= (const Self &) |
typedef Superclass::ANNDistanceArrayType itk::ANNPriorityTreeSearch< TListSample >::ANNDistanceArrayType |
Definition at line 63 of file itkANNPriorityTreeSearch.h.
typedef Superclass::ANNDistanceType itk::ANNPriorityTreeSearch< TListSample >::ANNDistanceType |
Definition at line 62 of file itkANNPriorityTreeSearch.h.
typedef Superclass::ANNIndexArrayType itk::ANNPriorityTreeSearch< TListSample >::ANNIndexArrayType |
Definition at line 61 of file itkANNPriorityTreeSearch.h.
typedef Superclass::ANNIndexType itk::ANNPriorityTreeSearch< TListSample >::ANNIndexType |
Definition at line 60 of file itkANNPriorityTreeSearch.h.
typedef ANNkd_tree itk::ANNPriorityTreeSearch< TListSample >::ANNkDTreeType |
Typedefs for casting to kd tree.
Definition at line 68 of file itkANNPriorityTreeSearch.h.
typedef ANNpointSet itk::ANNPriorityTreeSearch< TListSample >::ANNPointSetType |
Definition at line 69 of file itkANNPriorityTreeSearch.h.
typedef Superclass::ANNPointType itk::ANNPriorityTreeSearch< TListSample >::ANNPointType |
Definition at line 59 of file itkANNPriorityTreeSearch.h.
typedef Superclass::BinaryANNTreeType itk::ANNPriorityTreeSearch< TListSample >::BinaryANNTreeType |
Definition at line 65 of file itkANNPriorityTreeSearch.h.
typedef Superclass::BinaryTreeType itk::ANNPriorityTreeSearch< TListSample >::BinaryTreeType |
Definition at line 54 of file itkANNPriorityTreeSearch.h.
typedef SmartPointer< const Self > itk::ANNPriorityTreeSearch< TListSample >::ConstPointer |
Definition at line 44 of file itkANNPriorityTreeSearch.h.
typedef Superclass::DistanceArrayType itk::ANNPriorityTreeSearch< TListSample >::DistanceArrayType |
Definition at line 57 of file itkANNPriorityTreeSearch.h.
typedef Superclass::IndexArrayType itk::ANNPriorityTreeSearch< TListSample >::IndexArrayType |
Definition at line 56 of file itkANNPriorityTreeSearch.h.
typedef Superclass::ListSampleType itk::ANNPriorityTreeSearch< TListSample >::ListSampleType |
Typedef's from Superclass.
Definition at line 53 of file itkANNPriorityTreeSearch.h.
typedef Superclass::MeasurementVectorType itk::ANNPriorityTreeSearch< TListSample >::MeasurementVectorType |
Definition at line 55 of file itkANNPriorityTreeSearch.h.
typedef SmartPointer< Self > itk::ANNPriorityTreeSearch< TListSample >::Pointer |
Definition at line 43 of file itkANNPriorityTreeSearch.h.
typedef ANNPriorityTreeSearch itk::ANNPriorityTreeSearch< TListSample >::Self |
Standard itk.
Definition at line 41 of file itkANNPriorityTreeSearch.h.
typedef BinaryANNTreeSearchBase< TListSample > itk::ANNPriorityTreeSearch< TListSample >::Superclass |
Definition at line 42 of file itkANNPriorityTreeSearch.h.
|
protected |
|
overrideprotected |
|
private |
|
virtual |
ITK type info.
Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.
|
virtual |
|
static |
New method for creating an object using a factory.
|
private |
|
override |
Search the nearest neighbours of a query point qp.
|
override |
|
virtual |
Set and get the error bound eps.
|
protected |
Definition at line 88 of file itkANNPriorityTreeSearch.h.
|
protected |
Member variables.
Definition at line 87 of file itkANNPriorityTreeSearch.h.
Generated on 1667476801 for elastix by 1.9.4 |