Skip to content

CXNetworkWriteActiveNodes

function

Back to Helios Network Native C API

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

Description

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

Signature

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