Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkBinaryTreeBase.h>
Definition at line 36 of file itkBinaryTreeBase.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SampleType::MeasurementVectorSizeType | MeasurementVectorSizeType |
typedef SampleType::MeasurementVectorType | MeasurementVectorType |
typedef SmartPointer< Self > | Pointer |
typedef TListSample | SampleType |
typedef BinaryTreeBase | Self |
typedef DataObject | Superclass |
typedef SampleType::TotalAbsoluteFrequencyType | TotalAbsoluteFrequencyType |
Public Member Functions | |
virtual void | GenerateTree (void)=0 |
TotalAbsoluteFrequencyType | GetActualNumberOfDataPoints (void) const |
virtual const char * | GetClassName () const |
MeasurementVectorSizeType | GetDataDimension (void) const |
TotalAbsoluteFrequencyType | GetNumberOfDataPoints (void) const |
virtual const SampleType * | GetSample () |
virtual void | SetSample (SampleType *_arg) |
Protected Member Functions | |
BinaryTreeBase () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BinaryTreeBase () override | |
Private Member Functions | |
BinaryTreeBase (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
SampleType::Pointer | m_Sample |
typedef SmartPointer< const Self > itk::BinaryTreeBase< TListSample >::ConstPointer |
Definition at line 44 of file itkBinaryTreeBase.h.
typedef SampleType::MeasurementVectorSizeType itk::BinaryTreeBase< TListSample >::MeasurementVectorSizeType |
Definition at line 54 of file itkBinaryTreeBase.h.
typedef SampleType::MeasurementVectorType itk::BinaryTreeBase< TListSample >::MeasurementVectorType |
Typedef's.
Definition at line 53 of file itkBinaryTreeBase.h.
typedef SmartPointer< Self > itk::BinaryTreeBase< TListSample >::Pointer |
Definition at line 43 of file itkBinaryTreeBase.h.
typedef TListSample itk::BinaryTreeBase< TListSample >::SampleType |
Typedef's.
Definition at line 50 of file itkBinaryTreeBase.h.
typedef BinaryTreeBase itk::BinaryTreeBase< TListSample >::Self |
Standard itk.
Definition at line 41 of file itkBinaryTreeBase.h.
typedef DataObject itk::BinaryTreeBase< TListSample >::Superclass |
Definition at line 42 of file itkBinaryTreeBase.h.
typedef SampleType::TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::TotalAbsoluteFrequencyType |
Definition at line 55 of file itkBinaryTreeBase.h.
|
protected |
Constructor.
|
inlineoverrideprotected |
Destructor.
Definition at line 79 of file itkBinaryTreeBase.h.
|
private |
|
pure virtual |
Generate the tree.
Implemented in itk::ANNbdTree< TListSample >, itk::ANNBruteForceTree< TListSample >, and itk::ANNkDTree< TListSample >.
TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::GetActualNumberOfDataPoints | ( | void | ) | 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 | ( | void | ) | const |
Get the dimension of the input data.
TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::GetNumberOfDataPoints | ( | void | ) | const |
Get the number of data points.
|
virtual |
|
private |
|
overrideprotected |
PrintSelf.
|
virtual |
Set and get the samples: the array of points.
|
private |
Store the samples.
Definition at line 90 of file itkBinaryTreeBase.h.
Generated on 1667476801 for elastix by 1.9.4 |