ITK
4.3.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 97 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 53 of file itkDataObjectConstIterator.h.
References m_Iterator.
|
inline |
Definition at line 58 of file itkDataObjectConstIterator.h.
References m_Iterator.
|
inline |
Definition at line 86 of file itkDataObjectConstIterator.h.
References m_Begin, and m_Iterator.
|
inline |
Definition at line 91 of file itkDataObjectConstIterator.h.
References m_End, and m_Iterator.
|
inline |
Definition at line 81 of file itkDataObjectConstIterator.h.
|
inline |
Definition at line 63 of file itkDataObjectConstIterator.h.
|
inline |
Definition at line 70 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 76 of file itkDataObjectConstIterator.h.
References m_Begin, m_End, and m_Iterator.
|
protected |
Definition at line 99 of file itkDataObjectConstIterator.h.
Referenced by DataObjectConstIterator(), GoToBegin(), itk::InputDataObjectConstIterator::InputDataObjectConstIterator(), operator=(), operator==(), and itk::OutputDataObjectConstIterator::OutputDataObjectConstIterator().
|
protected |
Definition at line 100 of file itkDataObjectConstIterator.h.
Referenced by DataObjectConstIterator(), itk::InputDataObjectConstIterator::InputDataObjectConstIterator(), IsAtEnd(), operator=(), operator==(), and itk::OutputDataObjectConstIterator::OutputDataObjectConstIterator().
|
protected |
Definition at line 98 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().