![]() |
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.
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ANNPriorityTreeSearch () | |
~ANNPriorityTreeSearch () override=default | |
![]() | |
BinaryANNTreeSearchBase () | |
~BinaryANNTreeSearchBase () override=default | |
![]() | |
BinaryTreeSearchBase () | |
~BinaryTreeSearchBase () override=default | |
Protected Attributes | |
ANNkDTreeType * | m_BinaryTreeAskDTree |
double | m_ErrorBound |
![]() | |
BinaryANNTreeType::Pointer | m_BinaryTreeAsITKANNType |
![]() | |
BinaryTreePointer | m_BinaryTree |
unsigned int | m_DataDimension |
unsigned int | m_KNearestNeighbors |
using itk::BinaryANNTreeSearchBase< TListSample >::ANNDistanceArrayType = ANNdistArray |
Definition at line 65 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNDistanceType = ANNdist |
Definition at line 64 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNIndexArrayType = ANNidxArray |
Definition at line 63 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNIndexType = ANNidx |
Definition at line 62 of file itkBinaryANNTreeSearchBase.h.
using itk::ANNPriorityTreeSearch< TListSample >::ANNkDTreeType = ANNkd_tree |
Typedefs for casting to kd tree.
Definition at line 69 of file itkANNPriorityTreeSearch.h.
using itk::ANNPriorityTreeSearch< TListSample >::ANNPointSetType = ANNpointSet |
Definition at line 70 of file itkANNPriorityTreeSearch.h.
using itk::BinaryANNTreeSearchBase< TListSample >::ANNPointType = ANNpoint |
Typedefs from ANN.
Definition at line 61 of file itkBinaryANNTreeSearchBase.h.
using itk::BinaryANNTreeSearchBase< TListSample >::BinaryANNTreeType = BinaryANNTreeBase<ListSampleType> |
An itk ANN tree.
Definition at line 68 of file itkBinaryANNTreeSearchBase.h.
using itk::ANNPriorityTreeSearch< TListSample >::ConstPointer = SmartPointer<const Self> |
Definition at line 45 of file itkANNPriorityTreeSearch.h.
using itk::ANNPriorityTreeSearch< TListSample >::Pointer = SmartPointer<Self> |
Definition at line 44 of file itkANNPriorityTreeSearch.h.
using itk::ANNPriorityTreeSearch< TListSample >::Self = ANNPriorityTreeSearch |
Standard itk.
Definition at line 42 of file itkANNPriorityTreeSearch.h.
using itk::ANNPriorityTreeSearch< TListSample >::Superclass = BinaryANNTreeSearchBase<TListSample> |
Definition at line 43 of file itkANNPriorityTreeSearch.h.
|
protected |
|
overrideprotecteddefault |
|
virtual |
ITK type info.
Reimplemented from itk::BinaryANNTreeSearchBase< TListSample >.
|
virtual |
itk::ANNPriorityTreeSearch< TListSample >::ITK_DISALLOW_COPY_AND_MOVE | ( | ANNPriorityTreeSearch< 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 >.
|
overridevirtual |
Reimplemented from itk::BinaryTreeSearchBase< TListSample >.
|
virtual |
Set and get the error bound eps.
|
protected |
Definition at line 89 of file itkANNPriorityTreeSearch.h.
|
protected |
Member variables.
Definition at line 88 of file itkANNPriorityTreeSearch.h.
Generated on 2023-01-13
for elastix by ![]() |
![]() |