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

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

#include <itkFixedArray.h>

List of all members.


Detailed Description

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

A const reverse iterator through the array.

Definition at line 105 of file itkFixedArray.h.


Public Member Functions

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

Constructor & Destructor Documentation

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

Definition at line 108 of file itkFixedArray.h.


Member Function Documentation

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

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

Definition at line 114 of file itkFixedArray.h.

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

Definition at line 110 of file itkFixedArray.h.

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

Definition at line 109 of file itkFixedArray.h.

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

Definition at line 112 of file itkFixedArray.h.

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

Definition at line 111 of file itkFixedArray.h.

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

Definition at line 113 of file itkFixedArray.h.

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


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

Generated at Thu May 28 14:16:43 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000