#include <itkDataObjectIterator.h>
A forward iterator over the DataObject of a ProcessObject.
Definition at line 30 of file itkDataObjectIterator.h.
Inheritance diagram for itk::DataObjectIterator:
Collaboration diagram for itk::DataObjectIterator:Public Types | |
| using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
Public Member Functions | |
| DataObjectIterator ()=default | |
| DataObjectIterator (const DataObjectIterator &iter)=default | |
| DataObject * | GetDataObject () |
| const DataObjectIdentifierType & | GetName () const |
| void | GoToBegin () |
| bool | IsAtEnd () const |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (DataObjectIterator) | |
| DataObjectIterator & | operator++ () |
| DataObjectIterator | operator++ (int) |
| DataObjectIterator & | operator= (const DataObjectIterator &iter) |
| bool | operator== (const DataObjectIterator &iter) const |
Protected Types | |
| using | InternalIteratorType = ProcessObject::DataObjectPointerMap::iterator |
Protected Attributes | |
| InternalIteratorType | m_Begin |
| InternalIteratorType | m_End |
| InternalIteratorType | m_Iterator |
Definition at line 33 of file itkDataObjectIterator.h.
|
protected |
Definition at line 99 of file itkDataObjectIterator.h.
|
default |
Referenced by DataObjectIterator(), ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(), operator++(), operator=(), and operator==().
|
default |
References DataObjectIterator().
|
inline |
Definition at line 52 of file itkDataObjectIterator.h.
References m_Iterator.
|
inlinenodiscard |
Definition at line 58 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 87 of file itkDataObjectIterator.h.
References m_Begin, and m_Iterator.
|
inlinenodiscard |
Definition at line 93 of file itkDataObjectIterator.h.
References m_End, and m_Iterator.
| itk::DataObjectIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | DataObjectIterator | ) |
References DataObjectIterator().
|
inline |
Definition at line 72 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 64 of file itkDataObjectIterator.h.
References DataObjectIterator().
|
inline |
Definition at line 40 of file itkDataObjectIterator.h.
References DataObjectIterator(), m_Begin, m_End, and m_Iterator.
|
inline |
Definition at line 79 of file itkDataObjectIterator.h.
References DataObjectIterator(), m_Begin, m_End, and m_Iterator.
|
protected |
Definition at line 101 of file itkDataObjectIterator.h.
Referenced by GoToBegin(), itk::InputDataObjectIterator::InputDataObjectIterator(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().
|
protected |
Definition at line 102 of file itkDataObjectIterator.h.
Referenced by itk::InputDataObjectIterator::InputDataObjectIterator(), IsAtEnd(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().
|
protected |
Definition at line 100 of file itkDataObjectIterator.h.
Referenced by GetDataObject(), itk::InputDataObjectIterator::GetInput(), GetName(), itk::OutputDataObjectIterator::GetOutput(), GoToBegin(), itk::InputDataObjectIterator::InputDataObjectIterator(), IsAtEnd(), operator++(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().