Code Documentation 3.1
Social Network Visualizer
|
Declares the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices. More...
#include <QThread>
#include <QHash>
#include <QStringList>
#include <QPointF>
#include <QObject>
#include <QMultiMap>
#include <QDebug>
Go to the source code of this file.
Data Structures | |
struct | Actor |
The Actor struct Used while parsing edge lists. More... | |
class | CompareActors |
The CompareActors class Implements a min-priority queue Used while parsing weighted edge lists. More... | |
class | Parser |
Defines a class for network file loading and parsing. More... | |
Declares the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices.