Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkANNStandardTreeSearch.h>
Definition at line 36 of file itkANNStandardTreeSearch.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual double | GetErrorBound () const |
void | Search (const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists) 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 | |
ANNStandardTreeSearch () | |
~ANNStandardTreeSearch () 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 | |
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 | |
ANNStandardTreeSearch (const Self &) | |
void | operator= (const Self &) |
typedef Superclass::ANNDistanceArrayType itk::ANNStandardTreeSearch< TListSample >::ANNDistanceArrayType |
Definition at line 63 of file itkANNStandardTreeSearch.h.
typedef Superclass::ANNDistanceType itk::ANNStandardTreeSearch< TListSample >::ANNDistanceType |
Definition at line 62 of file itkANNStandardTreeSearch.h.
typedef Superclass::ANNIndexArrayType itk::ANNStandardTreeSearch< TListSample >::ANNIndexArrayType |
Definition at line 61 of file itkANNStandardTreeSearch.h.
typedef Superclass::ANNIndexType itk::ANNStandardTreeSearch< TListSample >::ANNIndexType |
Definition at line 60 of file itkANNStandardTreeSearch.h.
typedef Superclass::ANNPointType itk::ANNStandardTreeSearch< TListSample >::ANNPointType |
Definition at line 59 of file itkANNStandardTreeSearch.h.
typedef Superclass::BinaryANNTreeType itk::ANNStandardTreeSearch< TListSample >::BinaryANNTreeType |
Definition at line 65 of file itkANNStandardTreeSearch.h.
typedef Superclass::BinaryTreeType itk::ANNStandardTreeSearch< TListSample >::BinaryTreeType |
Definition at line 54 of file itkANNStandardTreeSearch.h.
typedef SmartPointer< const Self > itk::ANNStandardTreeSearch< TListSample >::ConstPointer |
Definition at line 44 of file itkANNStandardTreeSearch.h.
typedef Superclass::DistanceArrayType itk::ANNStandardTreeSearch< TListSample >::DistanceArrayType |
Definition at line 57 of file itkANNStandardTreeSearch.h.
typedef Superclass::IndexArrayType itk::ANNStandardTreeSearch< TListSample >::IndexArrayType |
Definition at line 56 of file itkANNStandardTreeSearch.h.
typedef Superclass::ListSampleType itk::ANNStandardTreeSearch< TListSample >::ListSampleType |
Typedefs from Superclass.
Definition at line 53 of file itkANNStandardTreeSearch.h.
typedef Superclass::MeasurementVectorType itk::ANNStandardTreeSearch< TListSample >::MeasurementVectorType |
Definition at line 55 of file itkANNStandardTreeSearch.h.
typedef SmartPointer< Self > itk::ANNStandardTreeSearch< TListSample >::Pointer |
Definition at line 43 of file itkANNStandardTreeSearch.h.
typedef ANNStandardTreeSearch itk::ANNStandardTreeSearch< TListSample >::Self |
Standard itk.
Definition at line 41 of file itkANNStandardTreeSearch.h.
typedef BinaryANNTreeSearchBase< TListSample > itk::ANNStandardTreeSearch< TListSample >::Superclass |
Definition at line 42 of file itkANNStandardTreeSearch.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.
|
virtual |
Set and get the error bound eps.
|
protected |
Member variables.
Definition at line 81 of file itkANNStandardTreeSearch.h.
Generated on 1667476801 for elastix by 1.9.4 |