ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Protected Types | Protected Attributes | List of all members
itk::DataObjectIterator Class Reference

#include <itkDataObjectIterator.h>

Detailed Description

A forward iterator over the DataObject of a ProcessObject.

Author
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.

Definition at line 30 of file itkDataObjectIterator.h.

+ Inheritance diagram for itk::DataObjectIterator:

Public Types

using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 

Public Member Functions

 DataObjectIterator ()=default
 
 DataObjectIterator (const DataObjectIterator &iter)
 
DataObjectGetDataObject ()
 
const DataObjectIdentifierTypeGetName () const
 
void GoToBegin ()
 
bool IsAtEnd () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (DataObjectIterator)
 
DataObjectIteratoroperator++ ()
 
DataObjectIterator operator++ (int)
 
DataObjectIteratoroperator= (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
 

Member Typedef Documentation

◆ DataObjectIdentifierType

Definition at line 33 of file itkDataObjectIterator.h.

◆ InternalIteratorType

using itk::DataObjectIterator::InternalIteratorType = ProcessObject::DataObjectPointerMap::iterator
protected

Definition at line 104 of file itkDataObjectIterator.h.

Constructor & Destructor Documentation

◆ DataObjectIterator() [1/2]

itk::DataObjectIterator::DataObjectIterator ( )
default

◆ DataObjectIterator() [2/2]

itk::DataObjectIterator::DataObjectIterator ( const DataObjectIterator iter)
inline

Definition at line 37 of file itkDataObjectIterator.h.

References m_Begin, m_End, and m_Iterator.

Member Function Documentation

◆ GetDataObject()

DataObject* itk::DataObjectIterator::GetDataObject ( )
inline

Definition at line 57 of file itkDataObjectIterator.h.

References m_Iterator.

◆ GetName()

const DataObjectIdentifierType& itk::DataObjectIterator::GetName ( ) const
inline

Definition at line 63 of file itkDataObjectIterator.h.

References m_Iterator.

◆ GoToBegin()

void itk::DataObjectIterator::GoToBegin ( )
inline

Definition at line 92 of file itkDataObjectIterator.h.

References m_Begin, and m_Iterator.

◆ IsAtEnd()

bool itk::DataObjectIterator::IsAtEnd ( ) const
inline

Definition at line 98 of file itkDataObjectIterator.h.

References m_End, and m_Iterator.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

itk::DataObjectIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( DataObjectIterator  )

◆ operator++() [1/2]

DataObjectIterator& itk::DataObjectIterator::operator++ ( )
inline

Definition at line 77 of file itkDataObjectIterator.h.

References m_Iterator.

◆ operator++() [2/2]

DataObjectIterator itk::DataObjectIterator::operator++ ( int  )
inline

Definition at line 69 of file itkDataObjectIterator.h.

◆ operator=()

DataObjectIterator& itk::DataObjectIterator::operator= ( const DataObjectIterator iter)
inline

Definition at line 45 of file itkDataObjectIterator.h.

References m_Begin, m_End, and m_Iterator.

◆ operator==()

bool itk::DataObjectIterator::operator== ( const DataObjectIterator iter) const
inline

Definition at line 84 of file itkDataObjectIterator.h.

References m_Begin, m_End, and m_Iterator.

Member Data Documentation

◆ m_Begin

InternalIteratorType itk::DataObjectIterator::m_Begin
protected

◆ m_End

InternalIteratorType itk::DataObjectIterator::m_End
protected

◆ m_Iterator

InternalIteratorType itk::DataObjectIterator::m_Iterator
protected

The documentation for this class was generated from the following file: