HMMOD_nodegetnext()
Retrieves a pointer to the next node stored in hmmodlib.
Syntax
void * HMMOD_nodegetnext(void);
Type
HyperMesh hmmodlib Function
Description
Retrieves a pointer to the next node stored in hmmodlib.
Example
A pointer to the next node.
This function, in combination with HMMOD_nodegetfirst(), allows the elements in the model to be scanned sequentially.
Errors
None.