Skip to content

CXNetworkWriteGT

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetworkGT.h:36

Description

Serializes a network as a graph-tool .gt binary graph file. .gt is an interoperability format. Helios-specific state and unsupported attributes may be skipped or converted, with warnings reported via CXNetworkSerializationLastWarningMessage(). @param network Network to serialize. @param path Output path for the .gt file. @return CXTrue on success, CXFalse on failure.

Signature

CX_EXTERN CXBool CXNetworkWriteGT(struct CXNetwork *network, const char *path);