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

#include <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
 
bool operator!= (const DataObjectIterator &iter) const
 
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
 

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.

Member Typedef Documentation

◆ DataObjectIdentifierType

Definition at line 33 of file itkDataObjectIterator.h.

◆ InternalIteratorType

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

Definition at line 108 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 96 of file itkDataObjectIterator.h.

References m_Begin, and m_Iterator.

◆ IsAtEnd()

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

Definition at line 102 of file itkDataObjectIterator.h.

References m_End, and m_Iterator.

◆ operator!=()

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

Definition at line 90 of file itkDataObjectIterator.h.

◆ 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: