HMIN_node_getfirstpointer()

Retrieves the first pointer to a node.

Syntax

HMIN_nodepointer HMIN_node_getfirstpointer(void);

Type

HyperMesh hminlib Function

Description

The first node pointer.

This function is called to find the first pointer; subsequent node pointers are retrieved by calling HMIN_node_getnextpointer().

Errors

None.