![]() |
GemaCoreLib
The GeMA Core library
|
Helper class for the GmForeachActiveXxxx() family of macros. More...
#include <gmCellMesh.h>
Public Member Functions | |
GmForeachCellHelperClass (const T *container, bool activeOnly) | |
Constructor. Positions the iterator on the first active cell. | |
void | inc (const T *container, bool activeOnly) |
Increments the iterator. | |
Public Attributes | |
int | _index |
The current index. | |
int | _n |
The number of cells in the container (either a mesh or a cell group set) | |
int | _control |
The controls flag used to allow breaking inside the inner loop. | |
Helper class for the GmForeachActiveXxxx() family of macros.