#include <itkBinaryTreeBase.h>
Definition at line 36 of file itkBinaryTreeBase.h.
Public Types | |
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 void | GenerateTree ()=0 |
TotalAbsoluteFrequencyType | GetActualNumberOfDataPoints () const |
virtual const char * | GetClassName () 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 | |
BinaryTreeBase () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BinaryTreeBase () override=default | |
Private Attributes | |
SampleType::Pointer | m_Sample {} |
using itk::BinaryTreeBase< TListSample >::ConstPointer = SmartPointer<const Self> |
Definition at line 45 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::MeasurementVectorSizeType = typename SampleType::MeasurementVectorSizeType |
Definition at line 55 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::MeasurementVectorType = typename SampleType::MeasurementVectorType |
Typedef's.
Definition at line 54 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::Pointer = SmartPointer<Self> |
Definition at line 44 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::SampleType = TListSample |
Typedef's.
Definition at line 51 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::Self = BinaryTreeBase |
Standard itk.
Definition at line 42 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::Superclass = DataObject |
Definition at line 43 of file itkBinaryTreeBase.h.
using itk::BinaryTreeBase< TListSample >::TotalAbsoluteFrequencyType = typename SampleType::TotalAbsoluteFrequencyType |
Definition at line 56 of file itkBinaryTreeBase.h.
|
protected |
Constructor.
|
overrideprotecteddefault |
Destructor.
|
pure virtual |
Generate the tree.
Implemented in itk::ANNbdTree< TListSample >, itk::ANNBruteForceTree< TListSample >, and itk::ANNkDTree< TListSample >.
TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::GetActualNumberOfDataPoints | ( | ) | const |
Get the actual number of data points.
|
virtual |
ITK type info.
Reimplemented in itk::ANNbdTree< TListSample >, itk::ANNBruteForceTree< TListSample >, itk::ANNkDTree< TListSample >, and itk::BinaryANNTreeBase< TListSample >.
MeasurementVectorSizeType itk::BinaryTreeBase< TListSample >::GetDataDimension | ( | ) | const |
Get the dimension of the input data.
TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::GetNumberOfDataPoints | ( | ) | const |
Get the number of data points.
|
virtual |
itk::BinaryTreeBase< TListSample >::ITK_DISALLOW_COPY_AND_MOVE | ( | BinaryTreeBase< TListSample > | ) |
|
overrideprotected |
PrintSelf.
|
virtual |
Set and get the samples: the array of points.
|
private |
Store the samples.
Definition at line 91 of file itkBinaryTreeBase.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |