parser.h File Reference
#include <QThread>
#include <QHash>
#include <QStringList>
#include <QPointF>
#include <QObject>
#include <QMultiMap>
#include <QDebug>


Go to the source code of this file.
Classes | |
struct | Actor |
The Actor struct Used in loadEdgeListWeighed and loadEdgeListSimple. More... | |
class | CompareActors |
The CompareActors class Implements a min-priority queue Used in loadEdgeListWeighed. More... | |
class | Parser |
The Parser class Main class for network file parsing and loading Supports GraphML, Pajek, Adjacency, Graphviz, UCINET, EdgeLists etc. More... | |