#include <ParFUM_TOPS.h>
Data Fields | |
int | current_index |
which elem do we next supply | |
int | numAdjElem |
How many elements are adjacent to the node. | |
TopModel * | model |
long | node |
The node we are iterating around. | |
TopModel * | model |
Definition at line 93 of file ParFUM_TOPS.h.
which elem do we next supply
Definition at line 96 of file ParFUM_TOPS.h.
Referenced by topModel_CreateNodeElemItr(), topNodeElemItr_GetCurr(), topNodeElemItr_IsValid(), and topNodeElemItr_Next().
How many elements are adjacent to the node.
Definition at line 98 of file ParFUM_TOPS.h.
Referenced by topModel_CreateNodeElemItr(), and topNodeElemItr_IsValid().
Definition at line 100 of file ParFUM_TOPS.h.
Referenced by topModel_CreateNodeElemItr(), and topNodeElemItr_GetCurr().
long TopNodeElemItr::node |
The node we are iterating around.
Definition at line 103 of file ParFUM_TOPS.h.
Referenced by topModel_CreateNodeElemItr(), and topNodeElemItr_GetCurr().
Definition at line 85 of file ParFUM_TOPS.h.