Skip to content

CXNetworkMeasureDegree

function

Back to Helios Network Native C API

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

Description

Measures node degree for every node index (inactive nodes receive 0). Output buffer length must be at least CXNetworkNodeCapacity(network).

Signature

CX_EXTERN CXBool CXNetworkMeasureDegree( CXNetworkRef network, CXNeighborDirection direction, float *outNodeDegree );