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