22#ifndef SOCNETV_THREAD_LOCAL_STATE_H
23#define SOCNETV_THREAD_LOCAL_STATE_H
Per-source scratch state for the Brandes SSSP / centrality computation.
Definition per_source_scratch.h:25
Definition thread_local_state.h:31
qreal totalCCDistanceSum
Definition thread_local_state.h:55
QVector< qreal > partialBC
Definition thread_local_state.h:39
QVector< qreal > partialSC
Definition thread_local_state.h:45
void allocate(int totalV)
Definition thread_local_state.h:76
PerSourceScratch pss
Definition thread_local_state.h:33
qreal totalSumSPC
Definition thread_local_state.h:72
int totalGeodesicsCount
Definition thread_local_state.h:60
int maxDiameter
Definition thread_local_state.h:65
qreal totalSumPC
Definition thread_local_state.h:71
qreal totalDistanceSum
Definition thread_local_state.h:50