#include <miserablesdata.h>
|
| MiserablesData (Graph *g, QString nPath=0, QString ePath=0, QString gPath=0) |
|
void | initGraph () |
|
| Data (Graph *g, QString nPath=0, QString ePath=0, QString gPath=0) |
|
virtual | ~Data (void) |
|
|
void | initEdges (QMap< QString, int > &characters, QMap< int, int > &groups, QMap< int, int > &connections) |
|
QPointF | randomPoint () |
|
double | random () |
|
|
QMap< QString, int > | characters |
|
QMap< int, int > | groups |
|
QMap< int, int > | connections |
|
FileParser * | input |
|
Graph * | graph |
|
QString | nodePath |
|
QString | edgePath |
|
QString | groupPath |
|
MiserablesData extends Data as a DataStructure for the Lés Miserables dataset.
void MiserablesData::initGraph |
( |
void |
| ) |
|
|
virtual |
initGraph() calls the method for graph generation from the data files
Reimplemented from Data.
The documentation for this class was generated from the following files: