HMIN_node_getnextpointer()
Retrieves the next pointer to a node.
Syntax
HMIN_nodepointer HMIN_node_getnextpointer(void);
Type
HyperMesh hminlib Function
Description
Retrieves the next pointer to a node.
Example
The next node pointer.
HMIN_node_getfirstpointer() must be called to retrieve the first pointer before using this function.
Errors
None.