ITK
6.0.0
Insight Toolkit
|
#include <itkFixedArray.h>
A const reverse iterator through an array.
Definition at line 134 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 137 of file itkFixedArray.h.
|
inline |
Definition at line 140 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 167 of file itkFixedArray.h.
|
inline |
Definition at line 142 of file itkFixedArray.h.
|
inline |
Definition at line 147 of file itkFixedArray.h.
|
inline |
Definition at line 152 of file itkFixedArray.h.
|
inline |
Definition at line 157 of file itkFixedArray.h.
|
inline |
Definition at line 162 of file itkFixedArray.h.
|
inline |
Definition at line 173 of file itkFixedArray.h.
References itk::FixedArray< TValue, VLength >::ConstReverseIterator::m_Iterator.
|
private |
Definition at line 181 of file itkFixedArray.h.
Referenced by itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator==().