|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkANNbdTree.h>
Definition at line 36 of file itkANNbdTree.h.
Inheritance diagram for itk::ANNbdTree< TListSample >: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 |
| ANNPointSetType * | GetANNTree (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 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) |
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 > | |
| ANNkDTreeType * | m_ANNTree |
| BucketSizeType | m_BucketSize |
| SplittingRuleType | m_SplittingRule |
Private Member Functions | |
| ANNbdTree (const Self &) | |
| void | operator= (const Self &) |
| typedef Superclass::ANNkDTreeType itk::ANNbdTree< TListSample >::ANNkDTreeType |
Definition at line 58 of file itkANNbdTree.h.
| typedef Superclass::ANNPointSetType itk::ANNbdTree< TListSample >::ANNPointSetType |
Definition at line 57 of file itkANNbdTree.h.
| typedef Superclass::BucketSizeType itk::ANNbdTree< TListSample >::BucketSizeType |
Definition at line 60 of file itkANNbdTree.h.
| typedef SmartPointer< const Self > itk::ANNbdTree< TListSample >::ConstPointer |
Definition at line 44 of file itkANNbdTree.h.
| typedef Superclass::MeasurementVectorSizeType itk::ANNbdTree< TListSample >::MeasurementVectorSizeType |
Definition at line 55 of file itkANNbdTree.h.
| typedef Superclass::MeasurementVectorType itk::ANNbdTree< TListSample >::MeasurementVectorType |
Definition at line 54 of file itkANNbdTree.h.
| typedef SmartPointer< Self > itk::ANNbdTree< TListSample >::Pointer |
Definition at line 43 of file itkANNbdTree.h.
| typedef Superclass::SampleType itk::ANNbdTree< TListSample >::SampleType |
Typedef's from Superclass.
Definition at line 53 of file itkANNbdTree.h.
| typedef ANNbdTree itk::ANNbdTree< TListSample >::Self |
Standard itk.
Definition at line 41 of file itkANNbdTree.h.
| typedef ANNshrinkRule itk::ANNbdTree< TListSample >::ShrinkingRuleType |
Definition at line 62 of file itkANNbdTree.h.
| typedef Superclass::SplittingRuleType itk::ANNbdTree< TListSample >::SplittingRuleType |
Definition at line 59 of file itkANNbdTree.h.
| typedef ANNkDTree< TListSample > itk::ANNbdTree< TListSample >::Superclass |
Definition at line 42 of file itkANNbdTree.h.
| typedef Superclass::TotalAbsoluteFrequencyType itk::ANNbdTree< TListSample >::TotalAbsoluteFrequencyType |
Definition at line 56 of file itkANNbdTree.h.
|
protected |
Constructor.
|
inlineoverrideprotected |
Destructor.
Definition at line 80 of file itkANNbdTree.h.
|
private |
|
overridevirtual |
Generate the tree.
Implements itk::BinaryTreeBase< TListSample >.
|
virtual |
ITK type info.
Reimplemented from itk::ANNkDTree< TListSample >.
|
virtual |
| std::string itk::ANNbdTree< TListSample >::GetShrinkingRule | ( | void | ) |
|
static |
New method for creating an object using a factory.
|
private |
|
overrideprotected |
PrintSelf.
|
virtual |
Set and get the shrinking rule: it defines ...
| void itk::ANNbdTree< TListSample >::SetShrinkingRule | ( | std::string | rule | ) |
|
protected |
Member variables.
Definition at line 86 of file itkANNbdTree.h.
Generated on 1667476801 for elastix by 1.9.4 |