Visualisierung2
netparameters Struct Reference

#include <FastCommunity.h>

Public Attributes

int n
 Knotenanzahl im Graphen. More...
 
int m
 Kantenanzahl im Graphen. More...
 
int maxid
 Groesste KnotenId. More...
 
int minid
 Kleinste KnotenId. More...
 

Detailed Description

Enthaelt verschiedene Parameter des Graphen.

Definition at line 57 of file FastCommunity.h.

Member Data Documentation

int netparameters::m

Kantenanzahl im Graphen.

Definition at line 59 of file FastCommunity.h.

int netparameters::maxid

Groesste KnotenId.

Definition at line 60 of file FastCommunity.h.

int netparameters::minid

Kleinste KnotenId.

Definition at line 61 of file FastCommunity.h.

int netparameters::n

Knotenanzahl im Graphen.

Definition at line 58 of file FastCommunity.h.


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