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

#include <itkDataObjectConstIterator.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 itkDataObjectConstIterator.h.

+ Inheritance diagram for itk::DataObjectConstIterator:

Public Types

using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 

Public Member Functions

 DataObjectConstIterator ()=default
 
 DataObjectConstIterator (const DataObjectConstIterator &iter)
 
const DataObjectGetDataObject () const
 
const DataObjectIdentifierTypeGetName () const
 
void GoToBegin ()
 
bool IsAtEnd () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (DataObjectConstIterator)
 
DataObjectConstIteratoroperator++ ()
 
DataObjectConstIterator operator++ (int)
 
DataObjectConstIteratoroperator= (const DataObjectConstIterator &iter)
 
bool operator== (const DataObjectConstIterator &iter) const
 

Protected Types

using InternalIteratorType = ProcessObject::DataObjectPointerMap::const_iterator
 

Protected Attributes

InternalIteratorType m_Begin
 
InternalIteratorType m_End
 
InternalIteratorType m_Iterator
 

Member Typedef Documentation

◆ DataObjectIdentifierType

Definition at line 33 of file itkDataObjectConstIterator.h.

◆ InternalIteratorType

using itk::DataObjectConstIterator::InternalIteratorType = ProcessObject::DataObjectPointerMap::const_iterator
protected

Definition at line 104 of file itkDataObjectConstIterator.h.

Constructor & Destructor Documentation

◆ DataObjectConstIterator() [1/2]

itk::DataObjectConstIterator::DataObjectConstIterator ( )
default

◆ DataObjectConstIterator() [2/2]

itk::DataObjectConstIterator::DataObjectConstIterator ( const DataObjectConstIterator iter)
inline

Definition at line 37 of file itkDataObjectConstIterator.h.

References m_Begin, m_End, and m_Iterator.

Member Function Documentation

◆ GetDataObject()

const DataObject* itk::DataObjectConstIterator::GetDataObject ( ) const
inline

Definition at line 57 of file itkDataObjectConstIterator.h.

References m_Iterator.

◆ GetName()

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

Definition at line 63 of file itkDataObjectConstIterator.h.

References m_Iterator.

◆ GoToBegin()

void itk::DataObjectConstIterator::GoToBegin ( )
inline

Definition at line 92 of file itkDataObjectConstIterator.h.

References m_Begin, and m_Iterator.

◆ IsAtEnd()

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

Definition at line 98 of file itkDataObjectConstIterator.h.

References m_End, and m_Iterator.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

itk::DataObjectConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( DataObjectConstIterator  )

◆ operator++() [1/2]

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

Definition at line 77 of file itkDataObjectConstIterator.h.

References m_Iterator.

◆ operator++() [2/2]

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

Definition at line 69 of file itkDataObjectConstIterator.h.

◆ operator=()

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

Definition at line 45 of file itkDataObjectConstIterator.h.

References m_Begin, m_End, and m_Iterator.

◆ operator==()

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

Definition at line 84 of file itkDataObjectConstIterator.h.

References m_Begin, m_End, and m_Iterator.

Member Data Documentation

◆ m_Begin

InternalIteratorType itk::DataObjectConstIterator::m_Begin
protected

◆ m_End

InternalIteratorType itk::DataObjectConstIterator::m_End
protected

◆ m_Iterator

InternalIteratorType itk::DataObjectConstIterator::m_Iterator
protected

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