Skip to content

CXNetworkMeasureNodeDimension

function

Back to Helios Network Native C API

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

Description

Computes local multiscale capacity and dimension for a single node. - maxLevel controls the largest geodesic radius r evaluated. - method and order select the derivative estimator (FW/BK/CE/LS). - outCapacity and outDimension, when non-null, must point to buffers of length maxLevel + 1. Returns CXFalse when the node is invalid/inactive or on allocation failure.

Signature

CX_EXTERN CXBool CXNetworkMeasureNodeDimension( CXNetworkRef network, CXIndex node, CXSize maxLevel, CXDimensionDifferenceMethod method, CXSize order, uint32_t *outCapacity, float *outDimension );