Skip to content

CXNetworkAddEdges

function

Back to Helios Network Native C API

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

Description

Inserts the provided edges, writing the new indices to outIndices when supplied. Edges are expressed as contiguous (from,to) pairs.

Signature

CX_EXTERN CXBool CXNetworkAddEdges(CXNetworkRef network, const CXEdge *edges, CXSize count, CXIndex *outIndices);