Skip to content

CXNetworkAddNodes

function

Back to Helios Network Native C API

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

Description

Appends count new nodes to the network. When outIndices is non-null it receives the indices assigned to the created nodes.

Signature

CX_EXTERN CXBool CXNetworkAddNodes(CXNetworkRef network, CXSize count, CXIndex *outIndices);