ITK
6.0.0
Insight Toolkit
|
#include <itkDataObjectIterator.h>
A forward iterator over the DataObject of a ProcessObject.
Definition at line 30 of file itkDataObjectIterator.h.
Public Types | |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
Public Member Functions | |
DataObjectIterator ()=default | |
DataObjectIterator (const DataObjectIterator &iter) | |
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 104 of file itkDataObjectIterator.h.
|
default |
|
inline |
Definition at line 37 of file itkDataObjectIterator.h.
References m_Begin, m_End, and m_Iterator.
|
inline |
Definition at line 57 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 63 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 92 of file itkDataObjectIterator.h.
References m_Begin, and m_Iterator.
|
inline |
Definition at line 98 of file itkDataObjectIterator.h.
References m_End, and m_Iterator.
itk::DataObjectIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | DataObjectIterator | ) |
|
inline |
Definition at line 77 of file itkDataObjectIterator.h.
References m_Iterator.
|
inline |
Definition at line 69 of file itkDataObjectIterator.h.
|
inline |
Definition at line 45 of file itkDataObjectIterator.h.
References m_Begin, m_End, and m_Iterator.
|
inline |
Definition at line 84 of file itkDataObjectIterator.h.
References m_Begin, m_End, and m_Iterator.
|
protected |
Definition at line 106 of file itkDataObjectIterator.h.
Referenced by DataObjectIterator(), GoToBegin(), itk::InputDataObjectIterator::InputDataObjectIterator(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().
|
protected |
Definition at line 107 of file itkDataObjectIterator.h.
Referenced by DataObjectIterator(), itk::InputDataObjectIterator::InputDataObjectIterator(), IsAtEnd(), operator=(), operator==(), and itk::OutputDataObjectIterator::OutputDataObjectIterator().
|
protected |
Definition at line 105 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().