Defines the Graph class and related algorithms for social network visualization.
More...
#include <QObject>
#include <QList>
#include <QQueue>
#include <QHash>
#include <QSet>
#include <QMultiHash>
#include <QMultiMap>
#include <QTextStream>
#include <QThread>
#include <stack>
#include "global.h"
#include "graphvertex.h"
#include "matrix.h"
#include "parser.h"
#include "webcrawler.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...
|
| |
Defines the Graph class and related algorithms for social network visualization.
- Author
- Dimitris B. Kalamaras
- Copyright
- Copyright (C) 2005-2026 by Dimitris B. Kalamaras. This file is part of SocNetV (Social Network Visualizer). @license This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 or later. For more details, see http://www.gnu.org/licenses/.
- See also
- https://socnetv.org
◆ 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
◆ V_str
| typedef QList<QString> V_str |
◆ VList