#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> |
Public Types inherited from itk::BinaryANNTreeBase< TListSample > | |
using | ANNPointSetType = ANNpointSet |
using | ConstPointer = SmartPointer<const Self> |
using | MeasurementVectorSizeType |
using | MeasurementVectorType |
using | Pointer = SmartPointer<Self> |
using | SampleType |
using | Self = BinaryANNTreeBase |
using | Superclass = BinaryTreeBase<TListSample> |
using | TotalAbsoluteFrequencyType |
Public Types inherited from itk::BinaryTreeBase< TListSample > | |
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 |
Public Member Functions | |
void | GenerateTree () override |
ANNPointSetType * | GetANNTree () const override |
virtual BucketSizeType | GetBucketSize () const |
virtual const char * | GetClassName () const |
std::string | GetSplittingRule () |
virtual SplittingRuleType | GetSplittingRule () const |
ITK_DISALLOW_COPY_AND_MOVE (ANNkDTree) | |
virtual void | SetBucketSize (BucketSizeType _arg) |
void | SetSplittingRule (const std::string &rule) |
virtual void | SetSplittingRule (SplittingRuleType _arg) |
Public Member Functions inherited from itk::BinaryANNTreeBase< TListSample > | |
ITK_DISALLOW_COPY_AND_MOVE (BinaryANNTreeBase) | |
Public Member Functions inherited from itk::BinaryTreeBase< TListSample > | |
TotalAbsoluteFrequencyType | GetActualNumberOfDataPoints () const |
MeasurementVectorSizeType | GetDataDimension () const |
TotalAbsoluteFrequencyType | GetNumberOfDataPoints () const |
virtual const SampleType * | GetSample () |
ITK_DISALLOW_COPY_AND_MOVE (BinaryTreeBase) | |
virtual void | SetSample (SampleType *_arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
ANNkDTree () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~ANNkDTree () override | |
Protected Member Functions inherited from itk::BinaryANNTreeBase< TListSample > | |
BinaryANNTreeBase ()=default | |
~BinaryANNTreeBase () override=default | |
Protected Member Functions inherited from itk::BinaryTreeBase< TListSample > | |
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 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |