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

step iterator object definition. Two template specializations. This iterator gives the possibility to move by step in the DMatrix. _nb contiguous elements in the DMatrix will be read, and then _step elements will be jumped. 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...

Go to the source code of this file.

Classes

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

Detailed Description

step iterator object definition. Two template specializations. This iterator gives the possibility to move by step in the DMatrix. _nb contiguous elements in the DMatrix will be read, and then _step elements will be jumped. 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_step.hpp.

 All Classes Files Functions Variables Defines