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

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

#include <itkVectorContainer.h>

List of all members.

Public Member Functions

 ConstIterator (const Iterator &r)
 ConstIterator (size_type d, const VectorConstIterator &i)
 ConstIterator ()
ElementIdentifier Index (void) const
bool operator!= (const ConstIterator &r) const
bool operator!= (const Iterator &r) const
ConstIteratoroperator* ()
ConstIterator operator++ (int)
ConstIteratoroperator++ ()
ConstIterator operator-- (int)
ConstIteratoroperator-- ()
ConstIteratoroperator-> ()
ConstIteratoroperator= (const Iterator &r)
bool operator== (const ConstIterator &r) const
bool operator== (const Iterator &r) 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 149 of file itkVectorContainer.h.


Constructor & Destructor Documentation

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

Definition at line 152 of file itkVectorContainer.h.

template<typename TElementIdentifier, typename TElement>
itk::VectorContainer< TElementIdentifier, TElement >::VectorContainer::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 >::VectorContainer::ConstIterator::ConstIterator ( const Iterator r  )  [inline]


Member Function Documentation

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

Get the index into the VectorContainer associated with this iterator.

Definition at line 168 of file itkVectorContainer.h.

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

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

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

Definition at line 155 of file itkVectorContainer.h.

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

Definition at line 158 of file itkVectorContainer.h.

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

Definition at line 157 of file itkVectorContainer.h.

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

Definition at line 160 of file itkVectorContainer.h.

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

Definition at line 159 of file itkVectorContainer.h.

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

Definition at line 156 of file itkVectorContainer.h.

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

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

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

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

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

Definition at line 171 of file itkVectorContainer.h.


Friends And Related Function Documentation

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

Definition at line 176 of file itkVectorContainer.h.


The documentation for this class was generated from the following file:

Generated at Tue Sep 15 14:18:50 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000