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