![]() |
GemaCoreLib
The GeMA Core library
|
A GmCellTaskDataSet implementation with strided access, optionally filtered for active cells only. Expects M to be a GmCellMesh or a GmCellGroupSet. More...


Public Member Functions | |
| GmStrideCellTaskDataSet (M *mgs, int offset, int stride) | |
| virtual GmCell * | nextCell () |
| Returns the next cell in the set. Returns NULL when there are no more cells to treat. | |
| virtual void | reset () |
| Resets the data set iterator so that the next call to nextCell will return the first cell in the set. | |
Public Member Functions inherited from GmCellTaskDataSet | |
| virtual | ~GmCellTaskDataSet () |
| Virtual destructor. | |
A GmCellTaskDataSet implementation with strided access, optionally filtered for active cells only. Expects M to be a GmCellMesh or a GmCellGroupSet.
|
inlinevirtual |
Returns the next cell in the set. Returns NULL when there are no more cells to treat.
Implements GmCellTaskDataSet.
|
inlinevirtual |
Resets the data set iterator so that the next call to nextCell will return the first cell in the set.
Implements GmCellTaskDataSet.