ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Attributes
itk::FixedArray< TValueType, VLength >::ConstReverseIterator Class Reference

#include <itkFixedArray.h>

List of all members.

Public Member Functions

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

Private Attributes

ConstIterator m_Iterator

Detailed Description

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

A const reverse iterator through an array.

.

Definition at line 111 of file itkFixedArray.h.


Constructor & Destructor Documentation

template<typename TValueType, unsigned int VLength = 3>
itk::FixedArray< TValueType, VLength >::ConstReverseIterator::ConstReverseIterator ( ConstIterator  i)
inlineexplicit

Definition at line 114 of file itkFixedArray.h.

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

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
template<typename TValueType, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator++ ( )
inline
template<typename TValueType, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator++ ( int  )
inline
template<typename TValueType, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator-- ( )
inline
template<typename TValueType, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator-- ( int  )
inline
template<typename TValueType, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator-> ( ) const
inline
template<typename TValueType, unsigned int VLength = 3>
bool itk::FixedArray< TValueType, VLength >::ConstReverseIterator::operator== ( const ConstReverseIterator rit) const
inline

Member Data Documentation

template<typename TValueType, unsigned int VLength = 3>
ConstIterator itk::FixedArray< TValueType, VLength >::ConstReverseIterator::m_Iterator
private

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