Dip  0.92.4
Public Attributes | List of all members
FRAC_GRAPH Struct Reference

#include <spp_cg.h>

Collaboration diagram for FRAC_GRAPH:
Collaboration graph
[legend]

Public Attributes

int nodenum
 
int edgenum
 
double density
 
int min_deg_node
 
int min_degree
 
int max_deg_node
 
int max_degree
 
fnodenodes
 
int * all_nbr
 
double * all_edgecost
 
char * node_node
 

Detailed Description

Definition at line 42 of file spp_cg.h.

Member Data Documentation

int FRAC_GRAPH::nodenum

Definition at line 45 of file spp_cg.h.

int FRAC_GRAPH::edgenum

Definition at line 46 of file spp_cg.h.

double FRAC_GRAPH::density

Definition at line 47 of file spp_cg.h.

int FRAC_GRAPH::min_deg_node

Definition at line 48 of file spp_cg.h.

int FRAC_GRAPH::min_degree

Definition at line 49 of file spp_cg.h.

int FRAC_GRAPH::max_deg_node

Definition at line 50 of file spp_cg.h.

int FRAC_GRAPH::max_degree

Definition at line 51 of file spp_cg.h.

fnode* FRAC_GRAPH::nodes

Definition at line 52 of file spp_cg.h.

int* FRAC_GRAPH::all_nbr

Definition at line 53 of file spp_cg.h.

double* FRAC_GRAPH::all_edgecost

Definition at line 54 of file spp_cg.h.

char* FRAC_GRAPH::node_node

Definition at line 55 of file spp_cg.h.


The documentation for this struct was generated from the following file: