Skip to content

CXNetworkReadGML

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetworkGML.h:21

Description

Reads a graph from a GML file. Accepts standard GML and a looser dialect that tolerates quoted keys and unquoted scalar strings. @param path Path to the .gml file on disk. @return Newly allocated network when successful, otherwise NULL.

Signature

CX_EXTERN struct CXNetwork* CXNetworkReadGML(const char *path);