ITK
5.2.0
Insight Toolkit
|
#include <itkFixedArray.h>
Public Member Functions | |
ConstReverseIterator (const ReverseIterator &rit) | |
ConstReverseIterator (ConstIterator i) | |
bool | operator!= (const ConstReverseIterator &rit) const |
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 |
A const reverse iterator through an array.
Definition at line 127 of file itkFixedArray.h.
|
inlineexplicit |
Definition at line 130 of file itkFixedArray.h.
|
inline |
Definition at line 133 of file itkFixedArray.h.
References itk::FixedArray< TValue, VLength >::ReverseIterator::m_Iterator.
|
inline |
Definition at line 157 of file itkFixedArray.h.
References itk::FixedArray< TValue, VLength >::ConstReverseIterator::m_Iterator.
|
inline |
Definition at line 155 of file itkFixedArray.h.
|
inline |
Definition at line 135 of file itkFixedArray.h.
|
inline |
Definition at line 140 of file itkFixedArray.h.
|
inline |
Definition at line 145 of file itkFixedArray.h.
|
inline |
Definition at line 150 of file itkFixedArray.h.
|
inline |
Definition at line 154 of file itkFixedArray.h.
|
inline |
Definition at line 162 of file itkFixedArray.h.
References itk::FixedArray< TValue, VLength >::ConstReverseIterator::m_Iterator.
|
private |
Definition at line 168 of file itkFixedArray.h.
Referenced by itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator!=(), and itk::FixedArray< TValue, VLength >::ConstReverseIterator::operator==().