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

itk::FixedArray< TValueType, VLength >::ReverseIterator Class Template Reference

A reverse iterator through the array. More...

#include <itkFixedArray.h>

List of all members.

Public Methods

 ReverseIterator (Iterator i)
Iterator operator++ ()
Iterator operator++ (int)
Iterator operator-- ()
Iterator operator-- (int)
Iterator operator-> () const
ValueTypeoperator * () const


Detailed Description

template<typename TValueType, unsigned int VLength = 3>
class itk::FixedArray< TValueType, VLength >::ReverseIterator

A reverse iterator through the array.

Definition at line 64 of file itkFixedArray.h.


Constructor & Destructor Documentation

template<typename TValueType, unsigned int VLength = 3>
itk::FixedArray< TValueType, VLength >::ReverseIterator::ReverseIterator Iterator    i [inline, explicit]
 

Definition at line 67 of file itkFixedArray.h.


Member Function Documentation

template<typename TValueType, unsigned int VLength = 3>
ValueType& itk::FixedArray< TValueType, VLength >::ReverseIterator::operator *   const [inline]
 

Definition at line 73 of file itkFixedArray.h.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++ int    [inline]
 

Definition at line 69 of file itkFixedArray.h.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator++   [inline]
 

Definition at line 68 of file itkFixedArray.h.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator-- int    [inline]
 

Definition at line 71 of file itkFixedArray.h.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator--   [inline]
 

Definition at line 70 of file itkFixedArray.h.

template<typename TValueType, unsigned int VLength = 3>
Iterator itk::FixedArray< TValueType, VLength >::ReverseIterator::operator->   const [inline]
 

Definition at line 72 of file itkFixedArray.h.


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