ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::OutputDataObjectIterator Class Reference

#include <itkOutputDataObjectIterator.h>

+ Inheritance diagram for itk::OutputDataObjectIterator:
+ Collaboration diagram for itk::OutputDataObjectIterator:

Detailed Description

A forward iterator over outputs 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 itkOutputDataObjectIterator.h.

Public Member Functions

DataObjectGetOutput ()
 
 OutputDataObjectIterator (ProcessObject *process)
 
- Public Member Functions inherited from itk::DataObjectIterator
 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
 

Additional Inherited Members

- Public Types inherited from itk::DataObjectIterator
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
- Protected Types inherited from itk::DataObjectIterator
typedef
ProcessObject::DataObjectPointerMap::iterator 
InternalIteratorType
 
- Protected Attributes inherited from itk::DataObjectIterator
InternalIteratorType m_Begin
 
InternalIteratorType m_End
 
InternalIteratorType m_Iterator
 

Constructor & Destructor Documentation

itk::OutputDataObjectIterator::OutputDataObjectIterator ( ProcessObject process)
inline

Member Function Documentation

DataObject* itk::OutputDataObjectIterator::GetOutput ( )
inline

Definition at line 41 of file itkOutputDataObjectIterator.h.

References itk::DataObjectIterator::m_Iterator.


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