Skip to content

CXNetworkReadGT

function

Back to Helios Network Native C API

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

Description

Reads a graph-tool .gt binary graph file. Supports the v1 graph-tool wire format, including endian-aware topology loading and the scalar/vector property-map types that map cleanly to Helios attributes. Unsupported or lossy property maps are skipped and reported via CXNetworkSerializationLastWarningMessage(). @param path Path to the .gt file on disk. @return Newly allocated network when successful, otherwise NULL.

Signature

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