#include <itkANNStandardTreeSearch.h>
Definition at line 36 of file itkANNStandardTreeSearch.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual double | GetErrorBound () const |
ITK_DISALLOW_COPY_AND_MOVE (ANNStandardTreeSearch) | |
void | Search (const MeasurementVectorType &qp, IndexArrayType &ind, DistanceArrayType &dists) override |
virtual void | SetErrorBound (double _arg) |
Public Member Functions inherited from itk::BinaryANNTreeSearchBase< TListSample > | |
ITK_DISALLOW_COPY_AND_MOVE (BinaryANNTreeSearchBase) | |
void | SetBinaryTree (BinaryTreeType *tree) override |
Public Member Functions inherited from itk::BinaryTreeSearchBase< TListSample > | |
const BinaryTreeType * | GetBinaryTree () const |
virtual unsigned int | GetKNearestNeighbors () const |
ITK_DISALLOW_COPY_AND_MOVE (BinaryTreeSearchBase) | |
virtual void | SetKNearestNeighbors (unsigned int _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ANNStandardTreeSearch () | |
~ANNStandardTreeSearch () override=default | |
Protected Member Functions inherited from itk::BinaryANNTreeSearchBase< TListSample > | |
BinaryANNTreeSearchBase () | |
~BinaryANNTreeSearchBase () override=default | |
Protected Member Functions inherited from itk::BinaryTreeSearchBase< TListSample > | |
BinaryTreeSearchBase () | |
~BinaryTreeSearchBase () override=default | |
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 {} |
using itk::BinaryANNTreeSearchBase< TListSample >::ANNDistanceArrayType |
Definition at line 65 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNDistanceType |
Definition at line 64 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNIndexArrayType |
Definition at line 63 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNIndexType |
Definition at line 62 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNPointType |
Typedefs from ANN.
Definition at line 61 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::BinaryANNTreeType |
An itk ANN tree.
Definition at line 68 of file itkBinaryANNTreeSearchBase.h.
using itk::ANNStandardTreeSearch< TListSample >::ConstPointer = SmartPointer<const Self> |
Definition at line 45 of file itkANNStandardTreeSearch.h.
using itk::ANNStandardTreeSearch< TListSample >::Pointer = SmartPointer<Self> |
Definition at line 44 of file itkANNStandardTreeSearch.h.
using itk::ANNStandardTreeSearch< TListSample >::Self = ANNStandardTreeSearch |
Standard itk.
Definition at line 42 of file itkANNStandardTreeSearch.h.
using itk::ANNStandardTreeSearch< TListSample >::Superclass = BinaryANNTreeSearchBase<TListSample> |
Definition at line 43 of file itkANNStandardTreeSearch.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
ITK type info.
Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.
|
virtual |
itk::ANNStandardTreeSearch< TListSample >::ITK_DISALLOW_COPY_AND_MOVE | ( | ANNStandardTreeSearch< TListSample > | ) |
|
static |
New method for creating an object using a factory.
|
overridevirtual |
Search the nearest neighbours of a query point qp.
Implements itk::BinaryTreeSearchBase< TListSample >.
|
virtual |
Set and get the error bound eps.
|
protected |
Member variables.
Definition at line 81 of file itkANNStandardTreeSearch.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |