insert_node


Description:

public void insert_node (int pos, PathItem node)

Insert the new node node at position pos in this.

if pos = -1, the node is added in the last position.

Parameters:

this

a Path

pos

the position we want the new node to have.

node

pointer to a structure describing the GeglPathItem we want to store