|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkDataObjectIterator_h
19 #define itkDataObjectIterator_h
92 return !(*
this == iter);
DataObjectIterator()=default
DataObjectIterator operator++(int)
ProcessObject::DataObjectPointerMap::iterator InternalIteratorType
bool operator!=(const DataObjectIterator &iter) const
InternalIteratorType m_Iterator
A forward iterator over the DataObject of a ProcessObject.
bool operator==(const DataObjectIterator &iter) const
DataObject::DataObjectIdentifierType DataObjectIdentifierType
DataObject * GetDataObject()
InternalIteratorType m_Begin
const DataObjectIdentifierType & GetName() const
std::string DataObjectIdentifierType
DataObjectIterator(const DataObjectIterator &iter)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
DataObjectIterator & operator=(const DataObjectIterator &iter)
InternalIteratorType m_End
Base class for all data objects in ITK.
DataObjectIterator & operator++()