ARTS
2.2.66
|
Const version of Iterator5D. More...
#include <matpackV.h>
Public Member Functions | |
ConstIterator5D () | |
Default constructor. More... | |
ConstIterator5D (const ConstTensor4View &x, Index stride) | |
Explicit constructor. More... | |
ConstIterator5D & | operator++ () |
Prefix increment operator. More... | |
bool | operator!= (const ConstIterator5D &other) const |
Not equal operator, needed for algorithms like copy. More... | |
const ConstTensor4View * | operator-> () const |
The -> operator is needed, so that we can write i->begin() to get the 4D iterators. More... | |
const ConstTensor4View & | operator* () const |
Dereferencing. More... | |
Private Attributes | |
ConstTensor4View | msv |
Current position. More... | |
Index | mstride |
Stride. More... | |
Const version of Iterator5D.
Definition at line 88 of file matpackV.h.
|
inline |
Default constructor.
Definition at line 92 of file matpackV.h.
|
inline |
Explicit constructor.
Definition at line 95 of file matpackV.h.
|
inline |
Not equal operator, needed for algorithms like copy.
Definition at line 104 of file matpackV.h.
References ConstTensor4View::mbr, ConstTensor4View::mcr, ConstTensor4View::mdata, ConstTensor4View::mpr, ConstTensor4View::mrr, Range::mstart, Iterator5D::msv, and msv.
|
inline |
|
inline |
Prefix increment operator.
Definition at line 101 of file matpackV.h.
References ConstTensor4View::mdata, Iterator5D::mstride, and Iterator5D::msv.
|
inline |
The -> operator is needed, so that we can write i->begin() to get the 4D iterators.
Definition at line 123 of file matpackV.h.
References Iterator5D::msv.
|
private |
Stride.
Definition at line 132 of file matpackV.h.
|
private |