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::ANNBruteForceTree< TListSample > Class Template Reference

#include <itkANNBruteForceTree.h>

Detailed Description

template<class TListSample>
class itk::ANNBruteForceTree< TListSample >

Definition at line 36 of file itkANNBruteForceTree.h.

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

Public Types

typedef ANNbruteForce ANNBruteForceTreeType
 
typedef ANNpointSet ANNPointSetType
 
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::MeasurementVectorSizeType MeasurementVectorSizeType
 
typedef Superclass::MeasurementVectorType MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::SampleType SampleType
 
typedef ANNBruteForceTree Self
 
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
 
ANNPointSetTypeGetANNTree (void) const override
 
virtual const char * GetClassName () const
 
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 ()
 

Protected Member Functions

 ANNBruteForceTree ()
 
 ~ANNBruteForceTree () 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

ANNBruteForceTreeTypem_ANNTree
 

Private Member Functions

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

Member Typedef Documentation

◆ ANNBruteForceTreeType

template<class TListSample >
typedef ANNbruteForce itk::ANNBruteForceTree< TListSample >::ANNBruteForceTreeType

Definition at line 60 of file itkANNBruteForceTree.h.

◆ ANNPointSetType

template<class TListSample >
typedef ANNpointSet itk::ANNBruteForceTree< TListSample >::ANNPointSetType

Typedef's.

Definition at line 59 of file itkANNBruteForceTree.h.

◆ ConstPointer

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

Definition at line 44 of file itkANNBruteForceTree.h.

◆ MeasurementVectorSizeType

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

Definition at line 55 of file itkANNBruteForceTree.h.

◆ MeasurementVectorType

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

Definition at line 54 of file itkANNBruteForceTree.h.

◆ Pointer

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

Definition at line 43 of file itkANNBruteForceTree.h.

◆ SampleType

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

Typedef's from Superclass.

Definition at line 53 of file itkANNBruteForceTree.h.

◆ Self

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

Standard itk.

Definition at line 41 of file itkANNBruteForceTree.h.

◆ Superclass

template<class TListSample >
typedef BinaryANNTreeBase< TListSample > itk::ANNBruteForceTree< TListSample >::Superclass

Definition at line 42 of file itkANNBruteForceTree.h.

◆ TotalAbsoluteFrequencyType

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

Definition at line 56 of file itkANNBruteForceTree.h.

Constructor & Destructor Documentation

◆ ANNBruteForceTree() [1/2]

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

◆ ~ANNBruteForceTree()

template<class TListSample >
itk::ANNBruteForceTree< TListSample >::~ANNBruteForceTree ( )
overrideprotected

◆ ANNBruteForceTree() [2/2]

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

Member Function Documentation

◆ GenerateTree()

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

Set the maximum number of points that are to be visited. Generate the tree.

Implements itk::BinaryTreeBase< TListSample >.

◆ GetANNTree()

template<class TListSample >
ANNPointSetType * itk::ANNBruteForceTree< TListSample >::GetANNTree ( void  ) const
inlineoverridevirtual

Get the ANN tree.

Implements itk::BinaryANNTreeBase< TListSample >.

Definition at line 72 of file itkANNBruteForceTree.h.

◆ GetClassName()

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

ITK type info.

Reimplemented from itk::BinaryANNTreeBase< TListSample >.

◆ New()

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

New method for creating an object using a factory.

◆ operator=()

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

Field Documentation

◆ m_ANNTree

template<class TListSample >
ANNBruteForceTreeType* itk::ANNBruteForceTree< TListSample >::m_ANNTree
protected

Member variables.

Definition at line 84 of file itkANNBruteForceTree.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo