![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkANNkDTree.h>
Definition at line 36 of file itkANNkDTree.h.
Public Types | |
using | ANNkDTreeType = ANNkd_tree |
using | ANNPointSetType = ANNpointSet |
using | BucketSizeType = unsigned int |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = ANNkDTree |
using | SplittingRuleType = ANNsplitRule |
using | Superclass = BinaryANNTreeBase< TListSample > |
![]() | |
using | ANNPointSetType = ANNpointSet |
using | ConstPointer = SmartPointer< const Self > |
using | MeasurementVectorSizeType = typename SampleType::MeasurementVectorSizeType |
using | MeasurementVectorType = typename SampleType::MeasurementVectorType |
using | Pointer = SmartPointer< Self > |
using | SampleType = TListSample |
using | Self = BinaryANNTreeBase |
using | Superclass = BinaryTreeBase< TListSample > |
using | TotalAbsoluteFrequencyType = typename SampleType::TotalAbsoluteFrequencyType |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | MeasurementVectorSizeType = typename SampleType::MeasurementVectorSizeType |
using | MeasurementVectorType = typename SampleType::MeasurementVectorType |
using | Pointer = SmartPointer< Self > |
using | SampleType = TListSample |
using | Self = BinaryTreeBase |
using | Superclass = DataObject |
using | TotalAbsoluteFrequencyType = typename SampleType::TotalAbsoluteFrequencyType |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ANNkDTree () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ANNkDTree () override | |
![]() | |
BinaryANNTreeBase ()=default | |
~BinaryANNTreeBase () override=default | |
![]() | |
BinaryTreeBase () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BinaryTreeBase () override=default | |
Protected Attributes | |
ANNkDTreeType * | m_ANNTree |
BucketSizeType | m_BucketSize |
SplittingRuleType | m_SplittingRule |
using itk::ANNkDTree< TListSample >::ANNkDTreeType = ANNkd_tree |
Definition at line 61 of file itkANNkDTree.h.
using itk::ANNkDTree< TListSample >::ANNPointSetType = ANNpointSet |
Typedef's.
Definition at line 60 of file itkANNkDTree.h.
using itk::ANNkDTree< TListSample >::BucketSizeType = unsigned int |
Definition at line 63 of file itkANNkDTree.h.
using itk::ANNkDTree< TListSample >::ConstPointer = SmartPointer<const Self> |
Definition at line 45 of file itkANNkDTree.h.
using itk::ANNkDTree< TListSample >::Pointer = SmartPointer<Self> |
Definition at line 44 of file itkANNkDTree.h.
using itk::ANNkDTree< TListSample >::Self = ANNkDTree |
Standard itk.
Definition at line 42 of file itkANNkDTree.h.
using itk::ANNkDTree< TListSample >::SplittingRuleType = ANNsplitRule |
Definition at line 62 of file itkANNkDTree.h.
using itk::ANNkDTree< TListSample >::Superclass = BinaryANNTreeBase<TListSample> |
Definition at line 43 of file itkANNkDTree.h.
|
protected |
Constructor.
|
overrideprotected |
Destructor.
|
overridevirtual |
Set the maximum number of points that are to be visited. Generate the tree.
Implements itk::BinaryTreeBase< TListSample >.
|
inlineoverridevirtual |
Get the ANN tree.
Implements itk::BinaryANNTreeBase< TListSample >.
Definition at line 90 of file itkANNkDTree.h.
|
virtual |
|
virtual |
ITK type info.
Reimplemented from itk::BinaryANNTreeBase< TListSample >.
Reimplemented in itk::ANNbdTree< TListSample >.
std::string itk::ANNkDTree< TListSample >::GetSplittingRule | ( | ) |
|
virtual |
itk::ANNkDTree< TListSample >::ITK_DISALLOW_COPY_AND_MOVE | ( | ANNkDTree< TListSample > | ) |
|
static |
New method for creating an object using a factory.
|
overrideprotected |
PrintSelf.
|
virtual |
Set and get the bucket size: the number of points in a region/bucket.
void itk::ANNkDTree< TListSample >::SetSplittingRule | ( | const std::string & | rule | ) |
|
virtual |
Set and get the splitting rule: it defines how the space is divided.
|
protected |
Member variables.
Definition at line 108 of file itkANNkDTree.h.
|
protected |
Definition at line 110 of file itkANNkDTree.h.
|
protected |
Definition at line 109 of file itkANNkDTree.h.
Generated on 2023-01-13
for elastix by ![]() |
![]() |