ARTS
1.0.222
|
The iterator class for sub vectors. More...
#include <matpackI.h>
Public Member Functions | |
Iterator1D () | |
Default constructor. More... | |
Iterator1D (const Iterator1D &o) | |
Copy constructor. More... | |
Iterator1D (Numeric *x, Index stride) | |
Explicit constructor. More... | |
Iterator1D & | operator++ () |
Prefix increment operator. More... | |
Numeric & | operator* () const |
Dereferencing. More... | |
bool | operator!= (const Iterator1D &other) const |
Not equal operator, needed for algorithms like copy. More... | |
Private Attributes | |
Numeric * | mx |
Current position. More... | |
Index | mstride |
Stride. More... | |
The iterator class for sub vectors.
This takes into account the defined stride.
Definition at line 178 of file matpackI.h.
|
inline |
Default constructor.
Definition at line 732 of file matpackI.h.
|
inline |
Copy constructor.
Definition at line 738 of file matpackI.h.
Explicit constructor.
Definition at line 745 of file matpackI.h.
|
inline |
Not equal operator, needed for algorithms like copy.
Definition at line 759 of file matpackI.h.
|
inline |
Dereferencing.
Definition at line 768 of file matpackI.h.
|
inline |
Prefix increment operator.
Definition at line 752 of file matpackI.h.
|
private |
Stride.
Definition at line 194 of file matpackI.h.
|
private |
Current position.
Definition at line 192 of file matpackI.h.