#include <itkMapContainer.h>
Public Member Functions | |
Iterator () | |
Iterator (const MapIterator &i) | |
Iterator & | operator * () |
Iterator * | operator-> () |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
bool | operator== (const Iterator &r) const |
bool | operator!= (const Iterator &r) const |
bool | operator== (const ConstIterator &r) const |
bool | operator!= (const ConstIterator &r) const |
ElementIdentifier | Index (void) const |
Element & | Value (void) |
Friends | |
class | ConstIterator |
Definition at line 109 of file itkMapContainer.h.
|
Definition at line 112 of file itkMapContainer.h. |
|
Definition at line 113 of file itkMapContainer.h. |
|
Get the index into the MapContainer associated with this iterator. Definition at line 128 of file itkMapContainer.h. References itk::MapContainer< TElementIdentifier, TElement >::Element. |
|
Definition at line 115 of file itkMapContainer.h. |
|
Definition at line 125 of file itkMapContainer.h. References itk::MapContainer< TElementIdentifier, TElement >::ElementIdentifier. |
|
Definition at line 123 of file itkMapContainer.h. References itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter. |
|
Definition at line 118 of file itkMapContainer.h. |
|
Definition at line 117 of file itkMapContainer.h. |
|
Definition at line 120 of file itkMapContainer.h. References itk::MapContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
Definition at line 119 of file itkMapContainer.h. |
|
Definition at line 116 of file itkMapContainer.h. |
|
Definition at line 124 of file itkMapContainer.h. References itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter. |
|
Definition at line 122 of file itkMapContainer.h. References itk::MapContainer< TElementIdentifier, TElement >::Iterator::m_Iter. |
|
Get the value at this iterator's location in the MapContainer. Definition at line 131 of file itkMapContainer.h. |
|
Definition at line 134 of file itkMapContainer.h. |