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

itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator Class Template Reference

#include <itkVectorContainer.h>

List of all members.

Public Methods

 ConstIterator ()
 ConstIterator (size_type d, const VectorConstIterator &i)
 ConstIterator (const Iterator &r)
ConstIterator & operator * ()
ConstIterator * operator-> ()
ConstIterator & operator++ ()
ConstIterator operator++ (int)
ConstIterator & operator-- ()
ConstIterator operator-- (int)
Iteratoroperator= (Iterator &r)
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
const ElementValue (void) const

Friends

class Iterator


Detailed Description

template<typename TElementIdentifier, typename TElement>
class itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator

Simulate STL-map style const iteration where dereferencing the iterator gives read access to both the index and the value.

Definition at line 137 of file itkVectorContainer.h.


Constructor & Destructor Documentation

template<typename TElementIdentifier, typename TElement>
itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::ConstIterator   [inline]
 

Definition at line 140 of file itkVectorContainer.h.

References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos.

template<typename TElementIdentifier, typename TElement>
itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::ConstIterator size_type    d,
const VectorConstIterator &    i
[inline]
 

Definition at line 141 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::ConstIterator const Iterator   r [inline]
 

Definition at line 142 of file itkVectorContainer.h.


Member Function Documentation

template<typename TElementIdentifier, typename TElement>
ElementIdentifier itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::Index void    const [inline]
 

Get the index into the VectorContainer associated with this iterator.

Definition at line 160 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
ConstIterator& itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator *   [inline]
 

Definition at line 145 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
bool itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator!= const ConstIterator &    r const [inline]
 

Definition at line 157 of file itkVectorContainer.h.

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

Definition at line 155 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
ConstIterator itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator++ int    [inline]
 

Definition at line 148 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
ConstIterator& itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator++   [inline]
 

Definition at line 147 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
ConstIterator itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator-- int    [inline]
 

Definition at line 150 of file itkVectorContainer.h.

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

template<typename TElementIdentifier, typename TElement>
ConstIterator& itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator--   [inline]
 

Definition at line 149 of file itkVectorContainer.h.

References itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Iter, and itk::VectorContainer< TElementIdentifier, TElement >::Iterator::m_Pos.

template<typename TElementIdentifier, typename TElement>
ConstIterator* itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator->   [inline]
 

Definition at line 146 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
Iterator& itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator= Iterator   r [inline]
 

Definition at line 152 of file itkVectorContainer.h.

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

template<typename TElementIdentifier, typename TElement>
bool itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::operator== const ConstIterator &    r const [inline]
 

Definition at line 156 of file itkVectorContainer.h.

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

Definition at line 154 of file itkVectorContainer.h.

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

template<typename TElementIdentifier, typename TElement>
const Element& itk::VectorContainer< TElementIdentifier, TElement >::ConstIterator::Value void    const [inline]
 

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

Definition at line 163 of file itkVectorContainer.h.


Friends And Related Function Documentation

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

Definition at line 168 of file itkVectorContainer.h.


The documentation for this class was generated from the following file:
Generated at Wed Mar 12 01:21:13 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000