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

This file contains the definitions of the four specific physical border iterators of skelgis. Two template specializations for each iterator. 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_phb_left< T, R >
 Iterator class. More...
struct  skelgis::iterator_phb_left< T, 0 >
 Iterator class. More...
struct  skelgis::iterator_phb_up< T, R >
 Iterator class. More...
struct  skelgis::iterator_phb_up< T, 0 >
 Iterator class. More...
struct  skelgis::iterator_phb_right< T, R >
 Iterator class. More...
struct  skelgis::iterator_phb_right< T, 0 >
 Iterator class. More...
struct  skelgis::iterator_phb_down< T, R >
 Iterator class. More...
struct  skelgis::iterator_phb_down< T, 0 >
 Iterator class. More...

Detailed Description

This file contains the definitions of the four specific physical border iterators of skelgis. Two template specializations for each iterator. 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_phb.hpp.

 All Classes Files Functions Variables Defines