Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::MapContainer< TElementIdentifier, TElement >::Iterator Class Reference

#include <itkMapContainer.h>

List of all members.


Detailed Description

template<typename TElementIdentifier, typename TElement>
class itk::MapContainer< TElementIdentifier, TElement >::Iterator

The non-const iterator type for the map.

Definition at line 109 of file itkMapContainer.h.

Public Member Functions

ElementIdentifier Index (void) const
 Iterator (const MapIterator &i)
 Iterator ()
Iteratoroperator * ()
bool operator!= (const ConstIterator &r) const
bool operator!= (const Iterator &r) const
Iterator operator++ (int)
Iteratoroperator++ ()
Iterator operator-- (int)
Iteratoroperator-- ()
Iteratoroperator-> ()
bool operator== (const ConstIterator &r) const
bool operator== (const Iterator &r) const
ElementValue (void)

Friends

class ConstIterator


Constructor & Destructor Documentation

template<typename TElementIdentifier, typename TElement>
itk::MapContainer< TElementIdentifier, TElement >::Iterator::Iterator (  )  [inline]

Definition at line 112 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
itk::MapContainer< TElementIdentifier, TElement >::Iterator::Iterator ( const MapIterator &  i  )  [inline]

Definition at line 113 of file itkMapContainer.h.


Member Function Documentation

template<typename TElementIdentifier, typename TElement>
ElementIdentifier itk::MapContainer< TElementIdentifier, TElement >::Iterator::Index ( void   )  const [inline]

Get the index into the MapContainer associated with this iterator.

Definition at line 128 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
Iterator& itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator * (  )  [inline]

Definition at line 115 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
bool itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator!= ( const ConstIterator r  )  const [inline]

Definition at line 125 of file itkMapContainer.h.

References itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter.

template<typename TElementIdentifier, typename TElement>
bool itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator!= ( const Iterator r  )  const [inline]

Definition at line 123 of file itkMapContainer.h.

References itk::MapContainer< TElementIdentifier, TElement >::Iterator::m_Iter.

template<typename TElementIdentifier, typename TElement>
Iterator itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator++ ( int   )  [inline]

Definition at line 118 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
Iterator& itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator++ (  )  [inline]

Definition at line 117 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
Iterator itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator-- ( int   )  [inline]

Definition at line 120 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
Iterator& itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator-- (  )  [inline]

Definition at line 119 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
Iterator* itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator-> (  )  [inline]

Definition at line 116 of file itkMapContainer.h.

template<typename TElementIdentifier, typename TElement>
bool itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator== ( const ConstIterator r  )  const [inline]

Definition at line 124 of file itkMapContainer.h.

References itk::MapContainer< TElementIdentifier, TElement >::ConstIterator::m_Iter.

template<typename TElementIdentifier, typename TElement>
bool itk::MapContainer< TElementIdentifier, TElement >::Iterator::operator== ( const Iterator r  )  const [inline]

Definition at line 122 of file itkMapContainer.h.

References itk::MapContainer< TElementIdentifier, TElement >::Iterator::m_Iter.

template<typename TElementIdentifier, typename TElement>
Element& itk::MapContainer< TElementIdentifier, TElement >::Iterator::Value ( void   )  [inline]

Get the value at this iterator's location in the MapContainer.

Definition at line 131 of file itkMapContainer.h.


Friends And Related Function Documentation

template<typename TElementIdentifier, typename TElement>
friend class ConstIterator [friend]

Definition at line 134 of file itkMapContainer.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 07:49:14 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000