![]() |
GemaCoreLib
The GeMA Core library
|
Base class for accessing the set of cells belonging to a mesh partition. More...
#include <gmTaskManager.h>
Public Member Functions | |
virtual | ~GmCellTaskDataSet () |
Virtual destructor. | |
virtual GmCell * | nextCell ()=0 |
Returns the next cell in the set. Returns NULL when there are no more cells to treat. | |
virtual void | reset ()=0 |
Resets the data set iterator so that the next call to nextCell will return the first cell in the set. | |
Base class for accessing the set of cells belonging to a mesh partition.