ConstIterator7D Class Reference

Const version of Iterator7D. More...

#include <matpackVII.h>

Collaboration diagram for ConstIterator7D:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConstIterator7D ()
 Default constructor.
 ConstIterator7D (const ConstIterator7D &o)
 Copy constructor.
 ConstIterator7D (const ConstTensor6View &x, Index stride)
 Explicit constructor.
ConstIterator7Doperator++ ()
 Prefix increment operator.
bool operator!= (const ConstIterator7D &other) const
 Not equal operator, needed for algorithms like copy.
const ConstTensor6Viewoperator-> () const
 The -> operator is needed, so that we can write i->begin() to get the 1D iterators.
const ConstTensor6Viewoperator* () const
 Dereferencing.

Private Attributes

ConstTensor6View msv
 Current position.
Index mstride
 Stride.


Detailed Description

Const version of Iterator7D.

Definition at line 93 of file matpackVII.h.


Constructor & Destructor Documentation

ConstIterator7D::ConstIterator7D (  )  [inline]

Default constructor.

Definition at line 97 of file matpackVII.h.

ConstIterator7D::ConstIterator7D ( const ConstIterator7D o  )  [inline]

Copy constructor.

Definition at line 100 of file matpackVII.h.

ConstIterator7D::ConstIterator7D ( const ConstTensor6View x,
Index  stride 
) [inline]

Explicit constructor.

Definition at line 104 of file matpackVII.h.


Member Function Documentation

ConstIterator7D& ConstIterator7D::operator++ (  )  [inline]

Prefix increment operator.

Definition at line 110 of file matpackVII.h.

References ConstTensor6View::mdata, mstride, and msv.

bool ConstIterator7D::operator!= ( const ConstIterator7D other  )  const [inline]

Not equal operator, needed for algorithms like copy.

FIXME: Is it really necessary to have such a complicated check here? It could be sufficient to just test msv.mdata!=other.msv.mdata.

Definition at line 116 of file matpackVII.h.

References ConstTensor6View::mbr, ConstTensor6View::mcr, ConstTensor6View::mdata, ConstTensor6View::mpr, ConstTensor6View::mrr, ConstTensor6View::msr, Range::mstart, msv, and ConstTensor6View::mvr.

const ConstTensor6View* ConstIterator7D::operator-> (  )  const [inline]

The -> operator is needed, so that we can write i->begin() to get the 1D iterators.

Definition at line 139 of file matpackVII.h.

References msv.

const ConstTensor6View& ConstIterator7D::operator* (  )  const [inline]

Dereferencing.

Definition at line 142 of file matpackVII.h.

References msv.


Member Data Documentation

Current position.

Definition at line 146 of file matpackVII.h.

Referenced by operator!=(), operator*(), operator++(), and operator->().

Stride.

Definition at line 148 of file matpackVII.h.

Referenced by operator++().


The documentation for this class was generated from the following file:

Generated on Mon Mar 23 14:06:58 2009 for ARTS by  doxygen 1.5.6