ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkChildTreeIterator.h>
Definition at line 26 of file itkChildTreeIterator.h.
Public Types | |
typedef TreeNodeType::ChildIdentifier | ChildIdentifier |
typedef Superclass::NodeType | NodeType |
typedef ChildTreeIterator | Self |
typedef TreeIteratorBase < TTreeType > | Superclass |
typedef Superclass::TreeNodeType | TreeNodeType |
typedef TTreeType | TreeType |
typedef TTreeType::ValueType | ValueType |
Public Types inherited from itk::TreeIteratorBase< TTreeType > | |
typedef TreeNodeType::ChildIdentifier | ChildIdentifier |
enum | NodeType { UNDEFIND = 0, PREORDER = 1, INORDER = 2, POSTORDER = 3, LEVELORDER = 4, CHILD = 5, ROOT = 6, LEAF = 7 } |
typedef TreeIteratorBase | Self |
typedef TTreeType::TreeNodeType | TreeNodeType |
typedef TTreeType::ValueType | ValueType |
Public Member Functions | |
ChildTreeIterator (TreeType *tree, const TreeNodeType *start=NULL) | |
ChildTreeIterator (const TreeIteratorBase< TTreeType > &iterator) | |
TreeIteratorBase< TTreeType > * | Clone () |
NodeType | GetType () const |
virtual bool | GoToChild (ChildIdentifier number=0) |
virtual bool | GoToParent () |
Self & | operator= (Superclass &iterator) |
Public Member Functions inherited from itk::TreeIteratorBase< TTreeType > | |
virtual bool | Add (ValueType element) |
virtual bool | Add (int position, ValueType element) |
virtual bool | Add (TTreeType &subTree) |
virtual int | ChildPosition (ValueType element) const |
virtual TreeIteratorBase < TTreeType > * | Children () |
virtual int | Count () |
virtual int | CountChildren () const |
virtual bool | Disconnect () |
virtual const ValueType & | Get () const |
virtual TreeIteratorBase < TTreeType > * | GetChild (int number) const |
virtual TreeNodeType * | GetNode () |
virtual const TreeNodeType * | GetNode () const |
const TreeNodeType * | GetParent () const |
TreeNodeType * | GetRoot () |
const TreeNodeType * | GetRoot () const |
virtual TTreeType * | GetSubTree () const |
TTreeType * | GetTree () const |
void | GoToBegin () |
void | GoToEnd () |
virtual bool | HasChild (int number=0) const |
virtual bool | HasParent () const |
bool | IsAtBegin (void) const |
bool | IsAtEnd (void) const |
virtual bool | IsLeaf () const |
virtual bool | IsRoot () const |
virtual TreeIteratorBase < TTreeType > * | Parents () |
bool | Remove () |
virtual bool | RemoveChild (int number) |
void | Set (ValueType element) |
virtual | ~TreeIteratorBase () |
Self & | operator++ () |
void | operator++ (int) |
const Self & | operator= (const Self &iterator) |
Protected Member Functions | |
bool | HasNext () const |
const ValueType & | Next () |
Protected Member Functions inherited from itk::TreeIteratorBase< TTreeType > | |
TreeIteratorBase (TTreeType *tree, const TreeNodeType *start) | |
TreeIteratorBase (const TTreeType *tree, const TreeNodeType *start) | |
Private Attributes | |
ChildIdentifier | m_ListPosition |
TreeNodeType * | m_ParentNode |
Additional Inherited Members | |
Protected Attributes inherited from itk::TreeIteratorBase< TTreeType > | |
TreeNodeType * | m_Begin |
TreeNodeType * | m_End |
TreeNodeType * | m_Position |
const TreeNodeType * | m_Root |
TTreeType * | m_Tree |
typedef TreeNodeType::ChildIdentifier itk::ChildTreeIterator< TTreeType >::ChildIdentifier |
Definition at line 36 of file itkChildTreeIterator.h.
typedef Superclass::NodeType itk::ChildTreeIterator< TTreeType >::NodeType |
Definition at line 37 of file itkChildTreeIterator.h.
typedef ChildTreeIterator itk::ChildTreeIterator< TTreeType >::Self |
Typedefs
Definition at line 31 of file itkChildTreeIterator.h.
typedef TreeIteratorBase< TTreeType > itk::ChildTreeIterator< TTreeType >::Superclass |
Definition at line 32 of file itkChildTreeIterator.h.
typedef Superclass::TreeNodeType itk::ChildTreeIterator< TTreeType >::TreeNodeType |
Definition at line 35 of file itkChildTreeIterator.h.
typedef TTreeType itk::ChildTreeIterator< TTreeType >::TreeType |
Definition at line 33 of file itkChildTreeIterator.h.
typedef TTreeType::ValueType itk::ChildTreeIterator< TTreeType >::ValueType |
Definition at line 34 of file itkChildTreeIterator.h.
itk::ChildTreeIterator< TTreeType >::ChildTreeIterator | ( | TreeType * | tree, |
const TreeNodeType * | start = NULL |
||
) |
Constructor
itk::ChildTreeIterator< TTreeType >::ChildTreeIterator | ( | const TreeIteratorBase< TTreeType > & | iterator | ) |
Constructor
|
virtual |
Clone function
Implements itk::TreeIteratorBase< TTreeType >.
|
virtual |
Get the type of the iterator
Implements itk::TreeIteratorBase< TTreeType >.
|
virtual |
Go to a specific child node
Reimplemented from itk::TreeIteratorBase< TTreeType >.
|
virtual |
Go to a parent node
Reimplemented from itk::TreeIteratorBase< TTreeType >.
|
protectedvirtual |
Return true if the next value exists
Implements itk::TreeIteratorBase< TTreeType >.
|
protectedvirtual |
Get the next value
Implements itk::TreeIteratorBase< TTreeType >.
|
inline |
operator =
Definition at line 58 of file itkChildTreeIterator.h.
References itk::ChildTreeIterator< TTreeType >::m_ListPosition, itk::ChildTreeIterator< TTreeType >::m_ParentNode, and itk::TreeIteratorBase< TTreeType >::operator=().
|
mutableprivate |
Definition at line 82 of file itkChildTreeIterator.h.
Referenced by itk::ChildTreeIterator< TTreeType >::operator=().
|
private |
Definition at line 83 of file itkChildTreeIterator.h.
Referenced by itk::ChildTreeIterator< TTreeType >::operator=().