ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkDataObjectIterator.h>
A forward iterator over the DataObject of a ProcessObject.
Definition at line 30 of file itkDataObjectIterator.h.
Public Types | |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
Public Member Functions | |
DataObjectIterator () | |
DataObjectIterator (const DataObjectIterator &iter) | |
DataObject * | GetDataObject () |
const DataObjectIdentifierType & | GetName () const |
void | GoToBegin () |
bool | IsAtEnd () const |
bool | operator!= (const DataObjectIterator &iter) const |
DataObjectIterator | operator++ (int) |
DataObjectIterator & | operator++ () |
DataObjectIterator & | operator= (const DataObjectIterator &iter) |
bool | operator== (const DataObjectIterator &iter) const |
Protected Types | |
typedef ProcessObject::DataObjectPointerMap::iterator | InternalIteratorType |
Protected Attributes | |
InternalIteratorType | m_Begin |
InternalIteratorType | m_End |
InternalIteratorType | m_Iterator |
Definition at line 34 of file itkDataObjectIterator.h.
|
protected |
Definition at line 100 of file itkDataObjectIterator.h.
|
inline |
Definition at line 36 of file itkDataObjectIterator.h.
|
inline |
Definition at line 38 of file itkDataObjectIterator.h.
References m_Begin, m_End, and m_Iterator.
|
inline |
Definition at line 56 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 61 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 89 of file itkDataObjectIterator.h.
References m_Begin, and m_Iterator.
|
inline |
Definition at line 94 of file itkDataObjectIterator.h.
References m_End, and m_Iterator.
|
inline |
Definition at line 84 of file itkDataObjectIterator.h.
|
inline |
Definition at line 66 of file itkDataObjectIterator.h.
|
inline |
Definition at line 73 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 45 of file itkDataObjectIterator.h.
References m_Begin, m_End, and m_Iterator.
|
inline |
Definition at line 79 of file itkDataObjectIterator.h.
References m_Begin, m_End, and m_Iterator.
|
protected |
Definition at line 102 of file itkDataObjectIterator.h.
Referenced by DataObjectIterator(), GoToBegin(), itk::InputDataObjectIterator::InputDataObjectIterator(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().
|
protected |
Definition at line 103 of file itkDataObjectIterator.h.
Referenced by DataObjectIterator(), itk::InputDataObjectIterator::InputDataObjectIterator(), IsAtEnd(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().
|
protected |
Definition at line 101 of file itkDataObjectIterator.h.
Referenced by DataObjectIterator(), GetDataObject(), itk::InputDataObjectIterator::GetInput(), GetName(), itk::OutputDataObjectIterator::GetOutput(), GoToBegin(), itk::InputDataObjectIterator::InputDataObjectIterator(), IsAtEnd(), operator++(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().