34 struct Node* asshead = NULL;
35 struct Node* edges = NULL;
36 struct Node* density = NULL;
37 struct Node* betcent = NULL;
38 struct Node* reciprocity = NULL;
39 struct Node* degcent = NULL;
40 struct Node* idegcent = NULL;
41 struct Node* odegcent = NULL;
42 struct Node* eigcent = NULL;
43 struct Node* pagecent = NULL;
44 struct Node* diameter = NULL;
45 struct Node* pathlength = NULL;
46 struct Node* clustering = NULL;
51 int push(
struct Node** head_ref, igraph_real_t value,
char* attr);
int push(struct Node **head_ref, igraph_real_t value, char *attr)
Definition: reports.c:59
unimplemented struct for holding the top 20 rankids for the graph.
Definition: reports.h:29
int write_report(igraph_t *graph)
Definition: reports.c:80
int pushRank(struct RankNode **head_ref, int rankids[20])
Definition: reports.c:69
Holds graph level values for each graph that has been filtered.
Definition: reports.h:20