Skip to content

CXNetworkWriteActiveEdges

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetwork.h:279

Description

Writes active edge indices into caller-provided storage. When capacity is insufficient the required size is returned and no writes occur.

Signature

CX_EXTERN CXSize CXNetworkWriteActiveEdges(CXNetworkRef network, CXIndex *dst, CXSize capacity);