DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <utlNDArray.h>
A const reverse iterator through an array.
Definition at line 207 of file utlNDArray.h.
Public Member Functions | |
ConstReverseIterator (ConstIterator i) | |
ConstReverseIterator (const ReverseIterator &rit) | |
bool | operator!= (const ConstReverseIterator &rit) const |
const ValueType & | operator* () 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 |
|
inlineexplicit |
Definition at line 210 of file utlNDArray.h.
|
inline |
Definition at line 211 of file utlNDArray.h.
References utl::NDArrayBase< T, Dim >::ReverseIterator::m_Iterator.
|
inline |
Definition at line 218 of file utlNDArray.h.
References utl::NDArrayBase< T, Dim >::ConstReverseIterator::m_Iterator.
|
inline |
Definition at line 217 of file utlNDArray.h.
|
inline |
Definition at line 212 of file utlNDArray.h.
|
inline |
Definition at line 213 of file utlNDArray.h.
|
inline |
Definition at line 214 of file utlNDArray.h.
|
inline |
Definition at line 215 of file utlNDArray.h.
|
inline |
Definition at line 216 of file utlNDArray.h.
|
inline |
Definition at line 219 of file utlNDArray.h.
References utl::NDArrayBase< T, Dim >::ConstReverseIterator::m_Iterator.
|
private |
Definition at line 222 of file utlNDArray.h.
Referenced by utl::NDArrayBase< T, Dim >::ConstReverseIterator::operator!=(), and utl::NDArrayBase< T, Dim >::ConstReverseIterator::operator==().