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