Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkBinaryANNTreeBase.h>
Definition at line 37 of file itkBinaryANNTreeBase.h.
Public Types | |
typedef ANNpointSet | ANNPointSetType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::MeasurementVectorSizeType | MeasurementVectorSizeType |
typedef Superclass::MeasurementVectorType | MeasurementVectorType |
typedef SmartPointer< Self > | Pointer |
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 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 ANNPointSetType * | GetANNTree (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 SampleType * | GetSample () |
virtual void | SetSample (SampleType *_arg) |
Protected Member Functions | |
BinaryANNTreeBase () | |
~BinaryANNTreeBase () override | |
Protected Member Functions inherited from itk::BinaryTreeBase< TListSample > | |
BinaryTreeBase () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~BinaryTreeBase () override | |
Private Member Functions | |
BinaryANNTreeBase (const Self &) | |
void | operator= (const Self &) |
typedef ANNpointSet itk::BinaryANNTreeBase< TListSample >::ANNPointSetType |
Typedef
Definition at line 57 of file itkBinaryANNTreeBase.h.
typedef SmartPointer< const Self > itk::BinaryANNTreeBase< TListSample >::ConstPointer |
Definition at line 45 of file itkBinaryANNTreeBase.h.
typedef Superclass::MeasurementVectorSizeType itk::BinaryANNTreeBase< TListSample >::MeasurementVectorSizeType |
Definition at line 53 of file itkBinaryANNTreeBase.h.
typedef Superclass::MeasurementVectorType itk::BinaryANNTreeBase< TListSample >::MeasurementVectorType |
Definition at line 52 of file itkBinaryANNTreeBase.h.
typedef SmartPointer< Self > itk::BinaryANNTreeBase< TListSample >::Pointer |
Definition at line 44 of file itkBinaryANNTreeBase.h.
typedef Superclass::SampleType itk::BinaryANNTreeBase< TListSample >::SampleType |
Typedefs from Superclass.
Definition at line 51 of file itkBinaryANNTreeBase.h.
typedef BinaryANNTreeBase itk::BinaryANNTreeBase< TListSample >::Self |
Standard itk.
Definition at line 42 of file itkBinaryANNTreeBase.h.
typedef BinaryTreeBase< TListSample > itk::BinaryANNTreeBase< TListSample >::Superclass |
Definition at line 43 of file itkBinaryANNTreeBase.h.
typedef Superclass::TotalAbsoluteFrequencyType itk::BinaryANNTreeBase< TListSample >::TotalAbsoluteFrequencyType |
Definition at line 54 of file itkBinaryANNTreeBase.h.
|
protected |
Constructor.
|
inlineoverrideprotected |
Destructor.
Definition at line 68 of file itkBinaryANNTreeBase.h.
|
private |
|
pure virtual |
Get the ANN tree.
Implemented in itk::ANNBruteForceTree< TListSample >, and itk::ANNkDTree< TListSample >.
|
virtual |
ITK type info.
Reimplemented from itk::BinaryTreeBase< TListSample >.
Reimplemented in itk::ANNbdTree< TListSample >, itk::ANNBruteForceTree< TListSample >, and itk::ANNkDTree< TListSample >.
|
private |
Generated on 1667476801 for elastix by 1.9.4 |