![]() |
GemaCoreLib
The GeMA Core library
|
Base class for accessing the set of nodes belonging to a mesh partition. More...
#include <gmTaskManager.h>
Public Member Functions | |
virtual | ~GmNodeTaskDataSet () |
Virtual destructor. | |
virtual int | nextNode ()=0 |
Returns the next node in the set. Returns -1 when there are no more nodes to treat. Depending on the configuration used to create the set (GmAffectedNodes value), ghost nodes will be represented by their "linear" index (set returns both geometry and ghost nodes) or by their "local" zero based index (set returns ghost nodes only). | |
virtual void | reset ()=0 |
Resets the data set iterator so that the next call to nextNode will return the first node in the set. | |
Base class for accessing the set of nodes belonging to a mesh partition.