Skip to content

CXNetworkMeasureStrength

function

Back to Helios Network Native C API

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

Description

Measures node strength from an edge weight attribute (or unit weights when edgeWeightAttribute is NULL/empty). Output buffer length must be at least CXNetworkNodeCapacity(network).

Signature

CX_EXTERN CXBool CXNetworkMeasureStrength( CXNetworkRef network, const CXString edgeWeightAttribute, CXNeighborDirection direction, CXStrengthMeasure measure, float *outNodeStrength );