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

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

A reverse iterator through the array. More...

#include <itkFixedArray.h>

List of all members.

Public Member Functions

bool operator!= (const ReverseIterator &rit) const
ValueTypeoperator* () const
Iterator operator++ (int)
Iterator operator++ ()
Iterator operator-- (int)
Iterator operator-- ()
Iterator operator-> () const
bool operator== (const ReverseIterator &rit) const
 ReverseIterator (Iterator i)

Friends

class ConstReverseIterator


Detailed Description

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

A reverse iterator through the array.

Definition at line 89 of file itkFixedArray.h.


Constructor & Destructor Documentation

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

Definition at line 92 of file itkFixedArray.h.


Member Function Documentation

template<typename TValueType, unsigned int VLength = 3>
bool itk::FixedArray< TValueType, VLength >::FixedArray::ReverseIterator::operator!= ( const ReverseIterator rit  )  const [inline]

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

Definition at line 98 of file itkFixedArray.h.

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

Definition at line 94 of file itkFixedArray.h.

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

Definition at line 93 of file itkFixedArray.h.

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

Definition at line 96 of file itkFixedArray.h.

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

Definition at line 95 of file itkFixedArray.h.

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

Definition at line 97 of file itkFixedArray.h.

template<typename TValueType, unsigned int VLength = 3>
bool itk::FixedArray< TValueType, VLength >::FixedArray::ReverseIterator::operator== ( const ReverseIterator rit  )  const [inline]


Friends And Related Function Documentation

template<typename TValueType, unsigned int VLength = 3>
friend class ConstReverseIterator [friend]

Definition at line 103 of file itkFixedArray.h.


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

Generated at Tue Sep 15 08:32:25 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000