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)
const ValueTypeoperator * () const
bool operator!= (const ConstReverseIterator &rit) 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>
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>
bool itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator!= ( const ConstReverseIterator rit  )  const [inline]

Definition at line 115 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::ConstReverseIterator::m_Iterator.

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]

Definition at line 116 of file itkFixedArray.h.

References itk::FixedArray< TValueType, VLength >::ConstReverseIterator::m_Iterator.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 05:10:03 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000