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 | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
itk::ANNbdTree< TListSample > Class Template Reference

#include <itkANNbdTree.h>

Detailed Description

template<class TListSample>
class itk::ANNbdTree< TListSample >

Definition at line 36 of file itkANNbdTree.h.

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

Public Types

typedef Superclass::ANNkDTreeType ANNkDTreeType
 
typedef Superclass::ANNPointSetType ANNPointSetType
 
typedef Superclass::BucketSizeType BucketSizeType
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
 
typedef Superclass::MeasurementVectorType MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::SampleType SampleType
 
typedef ANNbdTree Self
 
typedef ANNshrinkRule ShrinkingRuleType
 
typedef Superclass::SplittingRuleType SplittingRuleType
 
typedef ANNkDTree< TListSample > Superclass
 
typedef Superclass::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
 
- Public Types inherited from itk::ANNkDTree< TListSample >
typedef ANNkd_tree ANNkDTreeType
 
typedef ANNpointSet ANNPointSetType
 
typedef unsigned int BucketSizeType
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
 
typedef Superclass::MeasurementVectorType MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::SampleType SampleType
 
typedef ANNkDTree Self
 
typedef ANNsplitRule SplittingRuleType
 
typedef BinaryANNTreeBase< TListSample > Superclass
 
typedef Superclass::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
 
- Public Types inherited from itk::BinaryANNTreeBase< TListSample >
typedef ANNpointSet ANNPointSetType
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
 
typedef Superclass::MeasurementVectorType MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::SampleType SampleType
 
typedef BinaryANNTreeBase Self
 
typedef BinaryTreeBase< TListSample > Superclass
 
typedef Superclass::TotalAbsoluteFrequencyType TotalAbsoluteFrequencyType
 
- Public Types inherited from itk::BinaryTreeBase< TListSample >
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

void GenerateTree (void) override
 
virtual const char * GetClassName () const
 
virtual ShrinkingRuleType GetShrinkingRule () const
 
std::string GetShrinkingRule (void)
 
virtual void SetShrinkingRule (ShrinkingRuleType _arg)
 
void SetShrinkingRule (std::string rule)
 
- Public Member Functions inherited from itk::ANNkDTree< TListSample >
void GenerateTree (void) override
 
ANNPointSetTypeGetANNTree (void) const override
 
virtual BucketSizeType GetBucketSize () const
 
virtual const char * GetClassName () const
 
virtual SplittingRuleType GetSplittingRule () const
 
std::string GetSplittingRule (void)
 
virtual void SetBucketSize (BucketSizeType _arg)
 
virtual void SetSplittingRule (SplittingRuleType _arg)
 
void SetSplittingRule (std::string rule)
 
virtual ANNPointSetTypeGetANNTree (void) const =0
 
virtual const char * GetClassName () const
 
- Public Member Functions inherited from itk::BinaryTreeBase< TListSample >
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)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ANNkDTree< TListSample >
static Pointer New ()
 

Protected Member Functions

 ANNbdTree ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ANNbdTree () override
 
- Protected Member Functions inherited from itk::ANNkDTree< TListSample >
 ANNkDTree ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ANNkDTree () override
 
- Protected Member Functions inherited from itk::BinaryANNTreeBase< TListSample >
 BinaryANNTreeBase ()
 
 ~BinaryANNTreeBase () override
 
- Protected Member Functions inherited from itk::BinaryTreeBase< TListSample >
 BinaryTreeBase ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~BinaryTreeBase () override
 

Protected Attributes

ShrinkingRuleType m_ShrinkingRule
 
- Protected Attributes inherited from itk::ANNkDTree< TListSample >
ANNkDTreeTypem_ANNTree
 
BucketSizeType m_BucketSize
 
SplittingRuleType m_SplittingRule
 

Private Member Functions

 ANNbdTree (const Self &)
 
void operator= (const Self &)
 

Member Typedef Documentation

◆ ANNkDTreeType

template<class TListSample >
typedef Superclass::ANNkDTreeType itk::ANNbdTree< TListSample >::ANNkDTreeType

Definition at line 58 of file itkANNbdTree.h.

◆ ANNPointSetType

template<class TListSample >
typedef Superclass::ANNPointSetType itk::ANNbdTree< TListSample >::ANNPointSetType

Definition at line 57 of file itkANNbdTree.h.

◆ BucketSizeType

template<class TListSample >
typedef Superclass::BucketSizeType itk::ANNbdTree< TListSample >::BucketSizeType

Definition at line 60 of file itkANNbdTree.h.

◆ ConstPointer

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

Definition at line 44 of file itkANNbdTree.h.

◆ MeasurementVectorSizeType

template<class TListSample >
typedef Superclass::MeasurementVectorSizeType itk::ANNbdTree< TListSample >::MeasurementVectorSizeType

Definition at line 55 of file itkANNbdTree.h.

◆ MeasurementVectorType

template<class TListSample >
typedef Superclass::MeasurementVectorType itk::ANNbdTree< TListSample >::MeasurementVectorType

Definition at line 54 of file itkANNbdTree.h.

◆ Pointer

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

Definition at line 43 of file itkANNbdTree.h.

◆ SampleType

template<class TListSample >
typedef Superclass::SampleType itk::ANNbdTree< TListSample >::SampleType

Typedef's from Superclass.

Definition at line 53 of file itkANNbdTree.h.

◆ Self

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

Standard itk.

Definition at line 41 of file itkANNbdTree.h.

◆ ShrinkingRuleType

template<class TListSample >
typedef ANNshrinkRule itk::ANNbdTree< TListSample >::ShrinkingRuleType

Definition at line 62 of file itkANNbdTree.h.

◆ SplittingRuleType

template<class TListSample >
typedef Superclass::SplittingRuleType itk::ANNbdTree< TListSample >::SplittingRuleType

Definition at line 59 of file itkANNbdTree.h.

◆ Superclass

template<class TListSample >
typedef ANNkDTree< TListSample > itk::ANNbdTree< TListSample >::Superclass

Definition at line 42 of file itkANNbdTree.h.

◆ TotalAbsoluteFrequencyType

template<class TListSample >
typedef Superclass::TotalAbsoluteFrequencyType itk::ANNbdTree< TListSample >::TotalAbsoluteFrequencyType

Definition at line 56 of file itkANNbdTree.h.

Constructor & Destructor Documentation

◆ ANNbdTree() [1/2]

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

Constructor.

◆ ~ANNbdTree()

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

Destructor.

Definition at line 80 of file itkANNbdTree.h.

◆ ANNbdTree() [2/2]

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

Member Function Documentation

◆ GenerateTree()

template<class TListSample >
void itk::ANNbdTree< TListSample >::GenerateTree ( void  )
overridevirtual

Generate the tree.

Implements itk::BinaryTreeBase< TListSample >.

◆ GetClassName()

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

ITK type info.

Reimplemented from itk::ANNkDTree< TListSample >.

◆ GetShrinkingRule() [1/2]

template<class TListSample >
virtual ShrinkingRuleType itk::ANNbdTree< TListSample >::GetShrinkingRule ( ) const
virtual

◆ GetShrinkingRule() [2/2]

template<class TListSample >
std::string itk::ANNbdTree< TListSample >::GetShrinkingRule ( void  )

◆ New()

template<class TListSample >
static Pointer itk::ANNbdTree< TListSample >::New ( )
static

New method for creating an object using a factory.

◆ operator=()

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

◆ PrintSelf()

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

PrintSelf.

◆ SetShrinkingRule() [1/2]

template<class TListSample >
virtual void itk::ANNbdTree< TListSample >::SetShrinkingRule ( ShrinkingRuleType  _arg)
virtual

Set and get the shrinking rule: it defines ...

◆ SetShrinkingRule() [2/2]

template<class TListSample >
void itk::ANNbdTree< TListSample >::SetShrinkingRule ( std::string  rule)

Field Documentation

◆ m_ShrinkingRule

template<class TListSample >
ShrinkingRuleType itk::ANNbdTree< TListSample >::m_ShrinkingRule
protected

Member variables.

Definition at line 86 of file itkANNbdTree.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo