![]() |
Code Documentation 3.1
Social Network Visualizer
|
Implements the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices. More...
#include "parser.h"
#include <QFile>
#include <QFileInfo>
#include <QXmlStreamReader>
#include <QXmlStreamAttributes>
#include <QTextStream>
#include <QString>
#include <QtDebug>
#include <QPointF>
#include <QTextCodec>
#include <QRegularExpression>
#include <QRandomGenerator>
#include <list>
#include <queue>
#include "graph.h"
Functions | |
template<typename T > | |
void | print_queue (T &q) |
Implements the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices.
void print_queue | ( | T & | q | ) |
Debugging only - Used while parsing weighted edge lists