ITK  4.4.0
Insight Segmentation and Registration 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:

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.

Public Types

typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 

Public Member Functions

 DataObjectIterator ()
 
 DataObjectIterator (const DataObjectIterator &iter)
 
DataObjectGetDataObject ()
 
const DataObjectIdentifierTypeGetName () const
 
void GoToBegin ()
 
bool IsAtEnd () const
 
bool operator!= (const DataObjectIterator &iter) const
 
DataObjectIterator operator++ (int)
 
DataObjectIteratoroperator++ ()
 
DataObjectIteratoroperator= (const DataObjectIterator &iter)
 
bool operator== (const DataObjectIterator &iter) const
 

Protected Types

typedef
ProcessObject::DataObjectPointerMap::iterator 
InternalIteratorType
 

Protected Attributes

InternalIteratorType m_Begin
 
InternalIteratorType m_End
 
InternalIteratorType m_Iterator
 

Member Typedef Documentation

Definition at line 34 of file itkDataObjectIterator.h.

typedef ProcessObject::DataObjectPointerMap::iterator itk::DataObjectIterator::InternalIteratorType
protected

Definition at line 100 of file itkDataObjectIterator.h.

Constructor & Destructor Documentation

itk::DataObjectIterator::DataObjectIterator ( )
inline

Definition at line 36 of file itkDataObjectIterator.h.

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

Definition at line 38 of file itkDataObjectIterator.h.

References m_Begin, m_End, and m_Iterator.

Member Function Documentation

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

Definition at line 56 of file itkDataObjectIterator.h.

References m_Iterator.

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

Definition at line 61 of file itkDataObjectIterator.h.

References m_Iterator.

void itk::DataObjectIterator::GoToBegin ( )
inline

Definition at line 89 of file itkDataObjectIterator.h.

References m_Begin, and m_Iterator.

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

Definition at line 94 of file itkDataObjectIterator.h.

References m_End, and m_Iterator.

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

Definition at line 84 of file itkDataObjectIterator.h.

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

Definition at line 66 of file itkDataObjectIterator.h.

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

Definition at line 73 of file itkDataObjectIterator.h.

References m_Iterator.

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

Definition at line 45 of file itkDataObjectIterator.h.

References m_Begin, m_End, and m_Iterator.

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

Definition at line 79 of file itkDataObjectIterator.h.

References m_Begin, m_End, and m_Iterator.

Member Data Documentation

InternalIteratorType itk::DataObjectIterator::m_Begin
protected
InternalIteratorType itk::DataObjectIterator::m_End
protected
InternalIteratorType itk::DataObjectIterator::m_Iterator
protected

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