ITK
6.0.0
Insight Toolkit
|
#include <itkFixedArray.h>
A const reverse iterator through an array.
Definition at line 126 of file itkFixedArray.h.
Public Member Functions | |
ConstReverseIterator (const ReverseIterator &rit) | |
ConstReverseIterator (ConstIterator i) | |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstReverseIterator) | |
const ValueType & | operator* () const |
ConstReverseIterator | operator++ () |
ConstReverseIterator | operator++ (int) |
ConstReverseIterator | operator-- () |
ConstReverseIterator | operator-- (int) |
ConstIterator | operator-> () const |
bool | operator== (const ConstReverseIterator &rit) const |
Private Attributes | |
ConstIterator | m_Iterator |
|
inlineexplicit |
Definition at line 129 of file itkFixedArray.h.
|
inline |
Definition at line 132 of file itkFixedArray.h.
References itk::FixedArray< TValue, VLength >::ReverseIterator::m_Iterator.
itk::FixedArray< TValue, VLength >::ConstReverseIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ConstReverseIterator | ) |
|
inline |
Definition at line 154 of file itkFixedArray.h.
|
inline |
Definition at line 134 of file itkFixedArray.h.
|
inline |
Definition at line 139 of file itkFixedArray.h.
|
inline |
Definition at line 144 of file itkFixedArray.h.
|
inline |
Definition at line 149 of file itkFixedArray.h.
|
inline |
Definition at line 153 of file itkFixedArray.h.
|
inline |
Definition at line 157 of file itkFixedArray.h.
References itk::FixedArray< TValue, VLength >::ConstReverseIterator::m_Iterator.
|
private |
Definition at line 165 of file itkFixedArray.h.
Referenced by itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator==().