ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkInputDataObjectIterator.h>
A forward iterator over inputs of a ProcessObject.
Definition at line 30 of file itkInputDataObjectIterator.h.
Public Member Functions | |
DataObject * | GetInput () |
InputDataObjectIterator (ProcessObject *process) | |
Public Member Functions inherited from itk::DataObjectIterator | |
DataObjectIterator () | |
DataObjectIterator (const DataObjectIterator &iter) | |
DataObject * | GetDataObject () |
const DataObjectIdentifierType & | GetName () const |
void | GoToBegin () |
bool | IsAtEnd () const |
bool | operator!= (const DataObjectIterator &iter) const |
DataObjectIterator | operator++ (int) |
DataObjectIterator & | operator++ () |
DataObjectIterator & | operator= (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 |
|
inline |
Definition at line 34 of file itkInputDataObjectIterator.h.
References itk::DataObjectIterator::m_Begin, itk::DataObjectIterator::m_End, itk::ProcessObject::m_Inputs, and itk::DataObjectIterator::m_Iterator.
|
inline |
Definition at line 41 of file itkInputDataObjectIterator.h.
References itk::DataObjectIterator::m_Iterator.