#include <itkBinaryANNTreeBase.h>
Definition at line 37 of file itkBinaryANNTreeBase.h.
Public Types | |
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 | |
virtual ANNPointSetType * | GetANNTree () const =0 |
virtual const char * | GetClassName () const |
ITK_DISALLOW_COPY_AND_MOVE (BinaryANNTreeBase) | |
Public Member Functions inherited from itk::BinaryTreeBase< TListSample > | |
virtual void | GenerateTree ()=0 |
TotalAbsoluteFrequencyType | GetActualNumberOfDataPoints () const |
MeasurementVectorSizeType | GetDataDimension () const |
TotalAbsoluteFrequencyType | GetNumberOfDataPoints () const |
virtual const SampleType * | GetSample () |
ITK_DISALLOW_COPY_AND_MOVE (BinaryTreeBase) | |
virtual void | SetSample (SampleType *_arg) |
Protected Member Functions | |
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 | |
using itk::BinaryANNTreeBase< TListSample >::ANNPointSetType = ANNpointSet |
Typedef
Definition at line 58 of file itkBinaryANNTreeBase.h.
using itk::BinaryANNTreeBase< TListSample >::ConstPointer = SmartPointer<const Self> |
Definition at line 46 of file itkBinaryANNTreeBase.h.
using itk::BinaryTreeBase< TListSample >::MeasurementVectorSizeType |
Definition at line 55 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::MeasurementVectorType |
Typedef's.
Definition at line 54 of file itkBinaryTreeBase.h.
using itk::BinaryANNTreeBase< TListSample >::Pointer = SmartPointer<Self> |
Definition at line 45 of file itkBinaryANNTreeBase.h.
using itk::BinaryTreeBase< TListSample >::SampleType |
Typedef's.
Definition at line 51 of file itkBinaryTreeBase.h.
using itk::BinaryANNTreeBase< TListSample >::Self = BinaryANNTreeBase |
Standard itk.
Definition at line 43 of file itkBinaryANNTreeBase.h.
using itk::BinaryANNTreeBase< TListSample >::Superclass = BinaryTreeBase<TListSample> |
Definition at line 44 of file itkBinaryANNTreeBase.h.
using itk::BinaryTreeBase< TListSample >::TotalAbsoluteFrequencyType |
Definition at line 56 of file itkBinaryTreeBase.h.
|
protecteddefault |
Constructor.
|
overrideprotecteddefault |
Destructor.
|
pure virtual |
Get the ANN tree.
Implemented in itk::ANNBruteForceTree< TListSample >, and itk::ANNkDTree< TListSample >.
|
virtual |
ITK type info.
Reimplemented from itk::BinaryTreeBase< TListSample >.
Reimplemented in itk::ANNbdTree< TListSample >, itk::ANNBruteForceTree< TListSample >, and itk::ANNkDTree< TListSample >.
itk::BinaryANNTreeBase< TListSample >::ITK_DISALLOW_COPY_AND_MOVE | ( | BinaryANNTreeBase< TListSample > | ) |
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |