ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Types | Protected Attributes
itk::DataObjectIterator Class Reference

A forward iterator over the DataObject of a ProcessObject. More...

#include <itkDataObjectIterator.h>

Inheritance diagram for itk::DataObjectIterator:

List of all members.

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
DataObjectIteratoroperator++ ()
DataObjectIterator operator++ (int)
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

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

Definition at line 34 of file itkDataObjectIterator.h.

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

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

References m_Iterator.

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

Definition at line 58 of file itkDataObjectIterator.h.

References m_Iterator.

void itk::DataObjectIterator::GoToBegin ( ) [inline]

Definition at line 86 of file itkDataObjectIterator.h.

References m_Begin, and m_Iterator.

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

Definition at line 91 of file itkDataObjectIterator.h.

References m_End, and m_Iterator.

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

Definition at line 81 of file itkDataObjectIterator.h.

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

Definition at line 70 of file itkDataObjectIterator.h.

References m_Iterator.

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

Definition at line 63 of file itkDataObjectIterator.h.

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 76 of file itkDataObjectIterator.h.

References m_Begin, m_End, and m_Iterator.


Member Data Documentation


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