rmlCreateGraph

Creates an empty graph.

rml_status rmlCreateGraph(

rml_graph* graph);

API

Graph Manipulation

Parameters

Parameter

Input/Output

Description

graph

output

A pointer to a resulting graph.

Return and Status Codes

Returns a valid graph handle in case of success, NULL otherwise.

To get more details in case of failure, call rmlGetLastError().

The graph should be released with rmlReleaseGraph().