link


Description:

public void link (Node sink)

This is equivalent to gegl_node_connect (source, "output", sink, "input");

Parameters:

this

the producer of data.

sink

the consumer of data.