SkelGIS  3.0
/home/helene/Documents/These/SkelGIS/SkelGIS_Library/SkelGIS_V3/skelgis/iterators/DMatrix/iterator_line.hpp File Reference

line iterator object definition. Two template specializations. This iterator gives the possibility to read elements of a DMAtrix line by line. Users do not have to construct an iterator object directly (these objects are constructed in the DMatrix) however operators and methods of the iterator are used by the user. More...

#include "iterator_cont.hpp"
#include "iterator.hpp"

Go to the source code of this file.

Classes

struct  skelgis::iterator_line< T, R >
 Iterator class. More...
struct  skelgis::iterator_line< T, 0 >
 Iterator class. More...

Detailed Description

line iterator object definition. Two template specializations. This iterator gives the possibility to read elements of a DMAtrix line by line. Users do not have to construct an iterator object directly (these objects are constructed in the DMatrix) however operators and methods of the iterator are used by the user.

Definition in file iterator_line.hpp.

 All Classes Files Functions Variables Defines