go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::BinaryTreeBase< TListSample > Class Template Referenceabstract

#include <itkBinaryTreeBase.h>

Detailed Description

template<class TListSample>
class itk::BinaryTreeBase< TListSample >

Definition at line 36 of file itkBinaryTreeBase.h.

+ Inheritance diagram for itk::BinaryTreeBase< TListSample >:

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef SampleType::MeasurementVectorSizeType MeasurementVectorSizeType
 
typedef SampleType::MeasurementVectorType MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
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 SampleTypeGetSample ()
 
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
 

Member Typedef Documentation

◆ ConstPointer

template<class TListSample >
typedef SmartPointer< const Self > itk::BinaryTreeBase< TListSample >::ConstPointer

Definition at line 44 of file itkBinaryTreeBase.h.

◆ MeasurementVectorSizeType

template<class TListSample >
typedef SampleType::MeasurementVectorSizeType itk::BinaryTreeBase< TListSample >::MeasurementVectorSizeType

Definition at line 54 of file itkBinaryTreeBase.h.

◆ MeasurementVectorType

template<class TListSample >
typedef SampleType::MeasurementVectorType itk::BinaryTreeBase< TListSample >::MeasurementVectorType

Typedef's.

Definition at line 53 of file itkBinaryTreeBase.h.

◆ Pointer

template<class TListSample >
typedef SmartPointer< Self > itk::BinaryTreeBase< TListSample >::Pointer

Definition at line 43 of file itkBinaryTreeBase.h.

◆ SampleType

template<class TListSample >
typedef TListSample itk::BinaryTreeBase< TListSample >::SampleType

Typedef's.

Definition at line 50 of file itkBinaryTreeBase.h.

◆ Self

template<class TListSample >
typedef BinaryTreeBase itk::BinaryTreeBase< TListSample >::Self

Standard itk.

Definition at line 41 of file itkBinaryTreeBase.h.

◆ Superclass

template<class TListSample >
typedef DataObject itk::BinaryTreeBase< TListSample >::Superclass

Definition at line 42 of file itkBinaryTreeBase.h.

◆ TotalAbsoluteFrequencyType

template<class TListSample >
typedef SampleType::TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::TotalAbsoluteFrequencyType

Definition at line 55 of file itkBinaryTreeBase.h.

Constructor & Destructor Documentation

◆ BinaryTreeBase() [1/2]

template<class TListSample >
itk::BinaryTreeBase< TListSample >::BinaryTreeBase ( )
protected

Constructor.

◆ ~BinaryTreeBase()

template<class TListSample >
itk::BinaryTreeBase< TListSample >::~BinaryTreeBase ( )
inlineoverrideprotected

Destructor.

Definition at line 79 of file itkBinaryTreeBase.h.

◆ BinaryTreeBase() [2/2]

template<class TListSample >
itk::BinaryTreeBase< TListSample >::BinaryTreeBase ( const Self )
private

Member Function Documentation

◆ GenerateTree()

template<class TListSample >
virtual void itk::BinaryTreeBase< TListSample >::GenerateTree ( void  )
pure virtual

◆ GetActualNumberOfDataPoints()

template<class TListSample >
TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::GetActualNumberOfDataPoints ( void  ) const

Get the actual number of data points.

◆ GetClassName()

template<class TListSample >
virtual const char * itk::BinaryTreeBase< TListSample >::GetClassName ( ) const
virtual

◆ GetDataDimension()

template<class TListSample >
MeasurementVectorSizeType itk::BinaryTreeBase< TListSample >::GetDataDimension ( void  ) const

Get the dimension of the input data.

◆ GetNumberOfDataPoints()

template<class TListSample >
TotalAbsoluteFrequencyType itk::BinaryTreeBase< TListSample >::GetNumberOfDataPoints ( void  ) const

Get the number of data points.

◆ GetSample()

template<class TListSample >
virtual const SampleType * itk::BinaryTreeBase< TListSample >::GetSample ( )
virtual

◆ operator=()

template<class TListSample >
void itk::BinaryTreeBase< TListSample >::operator= ( const Self )
private

◆ PrintSelf()

template<class TListSample >
void itk::BinaryTreeBase< TListSample >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotected

PrintSelf.

◆ SetSample()

template<class TListSample >
virtual void itk::BinaryTreeBase< TListSample >::SetSample ( SampleType _arg)
virtual

Set and get the samples: the array of points.

Field Documentation

◆ m_Sample

template<class TListSample >
SampleType::Pointer itk::BinaryTreeBase< TListSample >::m_Sample
private

Store the samples.

Definition at line 90 of file itkBinaryTreeBase.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo