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 Reference

#include <itkVectorContainer.h>

List of all members.

Public Member Functions

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


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 149 of file itkVectorContainer.h.


Constructor & Destructor Documentation

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

Definition at line 152 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 153 of file itkVectorContainer.h.

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

Definition at line 154 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 172 of file itkVectorContainer.h.

References itk::VectorContainer< TElementIdentifier, TElement >::Element.

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

Definition at line 157 of file itkVectorContainer.h.

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

Definition at line 169 of file itkVectorContainer.h.

References itk::VectorContainer< TElementIdentifier, TElement >::ElementIdentifier.

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

Definition at line 167 of file itkVectorContainer.h.

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

Definition at line 160 of file itkVectorContainer.h.

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

Definition at line 159 of file itkVectorContainer.h.

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

Definition at line 162 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 161 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 158 of file itkVectorContainer.h.

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

Definition at line 164 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 168 of file itkVectorContainer.h.

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

Definition at line 166 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 175 of file itkVectorContainer.h.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:13:56 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000