|
Electromagnetic Template Library (EMTL)
|
Class for iterating contours. More...
#include <yee_gen.h>

Public Member Functions | |
| contour_it () | |
| default constructor, constructs sequence end | |
| contour_it (const contour_it &other) | |
| copy constructor | |
| contour_it & | operator++ () |
| Iterates contours in the same order as in explicit update. | |
| contour_it & | operator+= (indtype incr) |
| positive increment to an iterator | |
| contour_it | operator++ (int) |
| iterates contours in the same order as in explicit update index change order: iz, iy, ix, dir (0,1,2), ftype (E=0,H=1) | |
Protected Member Functions | |
| contour_it (emYeeGenRectBlock *sparent, bool end=false) | |
| grid constructor, constructs sequence start | |
Friends | |
| class | emYeeGenRectBlock |
Class for iterating contours.
|
inline |
Iterates contours in the same order as in explicit update.
Index change order depends on specizlization