#include <QObject>
#include <QList>
#include <QQueue>
#include <QUrl>
#include <QHash>
#include <QSet>
#include <QMultiHash>
#include <QMultiMap>
#include <QTextStream>
#include <QThread>
#include <QtCharts/QChartGlobal>
#include <stack>
#include <map>
#include "global.h"
#include "graphvertex.h"
#include "matrix.h"
#include "parser.h"
#include "webcrawler.h"
#include "graphicswidget.h"
Go to the source code of this file.
|
class | Graph |
| The Graph class This is the main class for a Graph, used in conjuction with GraphVertex, Parser and Matrix objects. Graph class methods are the interface to various analysis algorithms GraphVertex class holds each vertex data (colors, strings, statistics, etc) Matrix class holds the adjacency matrix of the network. Parser class loads files of networks. More...
|
|
◆ H_edges
◆ H_f_i
typedef QHash<qreal, int> H_f_i |
◆ H_Int
typedef QHash<int, int> H_Int |
◆ H_StrToBool
◆ H_StrToInt
◆ L_int
◆ pair_f_b
◆ pair_i_fb
◆ V_int
typedef QVector<int> V_int |
◆ V_str
typedef QVector<QString> V_str |
◆ VList