|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkANNkDTree.h>
Definition at line 36 of file itkANNkDTree.h.
Inheritance diagram for itk::ANNkDTree< TListSample >:Public Member Functions | |
| virtual void | GenerateTree (void) |
| virtual ANNPointSetType * | GetANNTree (void) const |
| 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) |
Public Member Functions inherited from itk::BinaryTreeBase< TListSample > | |
| TotalAbsoluteFrequencyType | GetActualNumberOfDataPoints (void) 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 () |
Protected Member Functions | |
| ANNkDTree () | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual | ~ANNkDTree () |
Protected Member Functions inherited from itk::BinaryANNTreeBase< TListSample > | |
| BinaryANNTreeBase () | |
| virtual | ~BinaryANNTreeBase () |
Protected Member Functions inherited from itk::BinaryTreeBase< TListSample > | |
| BinaryTreeBase () | |
| virtual | ~BinaryTreeBase () |
Protected Attributes | |
| ANNkDTreeType * | m_ANNTree |
| BucketSizeType | m_BucketSize |
| SplittingRuleType | m_SplittingRule |
Private Member Functions | |
| ANNkDTree (const Self &) | |
| void | operator= (const Self &) |
| typedef ANNkd_tree itk::ANNkDTree< TListSample >::ANNkDTreeType |
Definition at line 60 of file itkANNkDTree.h.
| typedef ANNpointSet itk::ANNkDTree< TListSample >::ANNPointSetType |
Typedef's.
Definition at line 59 of file itkANNkDTree.h.
| typedef unsigned int itk::ANNkDTree< TListSample >::BucketSizeType |
Definition at line 62 of file itkANNkDTree.h.
| typedef SmartPointer< const Self > itk::ANNkDTree< TListSample >::ConstPointer |
Definition at line 44 of file itkANNkDTree.h.
| typedef Superclass::MeasurementVectorSizeType itk::ANNkDTree< TListSample >::MeasurementVectorSizeType |
Definition at line 55 of file itkANNkDTree.h.
| typedef Superclass::MeasurementVectorType itk::ANNkDTree< TListSample >::MeasurementVectorType |
Definition at line 54 of file itkANNkDTree.h.
| typedef SmartPointer< Self > itk::ANNkDTree< TListSample >::Pointer |
Definition at line 43 of file itkANNkDTree.h.
| typedef Superclass::SampleType itk::ANNkDTree< TListSample >::SampleType |
Typedef's from Superclass.
Definition at line 50 of file itkANNkDTree.h.
| typedef ANNkDTree itk::ANNkDTree< TListSample >::Self |
Standard itk.
Definition at line 41 of file itkANNkDTree.h.
| typedef ANNsplitRule itk::ANNkDTree< TListSample >::SplittingRuleType |
Definition at line 61 of file itkANNkDTree.h.
| typedef BinaryANNTreeBase< TListSample > itk::ANNkDTree< TListSample >::Superclass |
Definition at line 42 of file itkANNkDTree.h.
| typedef Superclass::TotalAbsoluteFrequencyType itk::ANNkDTree< TListSample >::TotalAbsoluteFrequencyType |
Definition at line 56 of file itkANNkDTree.h.
|
protected |
Constructor.
|
protectedvirtual |
Destructor.
|
private |
|
virtual |
Set the maximum number of points that are to be visited. Generate the tree.
Implements itk::BinaryTreeBase< TListSample >.
Reimplemented in itk::ANNbdTree< TListSample >.
|
inlinevirtual |
Get the ANN tree.
Implements itk::BinaryANNTreeBase< TListSample >.
Definition at line 85 of file itkANNkDTree.h.
|
virtual |
|
virtual |
ITK type info.
Reimplemented from itk::BinaryANNTreeBase< TListSample >.
Reimplemented in itk::ANNbdTree< TListSample >.
|
virtual |
| std::string itk::ANNkDTree< TListSample >::GetSplittingRule | ( | void | ) |
|
static |
New method for creating an object using a factory.
|
private |
|
protectedvirtual |
PrintSelf.
Reimplemented from itk::BinaryTreeBase< TListSample >.
Reimplemented in itk::ANNbdTree< TListSample >.
|
virtual |
Set and get the bucket size: the number of points in a region/bucket.
|
virtual |
Set and get the splitting rule: it defines how the space is divided.
| void itk::ANNkDTree< TListSample >::SetSplittingRule | ( | std::string | rule | ) |
|
protected |
Member variables.
Definition at line 103 of file itkANNkDTree.h.
|
protected |
Definition at line 105 of file itkANNkDTree.h.
|
protected |
Definition at line 104 of file itkANNkDTree.h.
Generated on OURCE_DATE_EPOCH for elastix by 1.8.13 |