Method
GeglNodenew_processor
Declaration [src]
GeglProcessor*
gegl_node_new_processor (
GeglNode* node,
const GeglRectangle* rectangle
)
Parameters
rectangle
-
Type:
GeglRectangle
The
GeglRectangle
to work on or NULL to work on all available data.The data is owned by the caller of the function.
Return value
Type: GeglProcessor
A new GeglProcessor
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |