#include <marveldata.h>
 | 
| 
  | MarvelData (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 > &connections) | 
|   | 
| QPointF  | randomPoint () | 
|   | 
| double  | random () | 
|   | 
 | 
| 
QMap< QString, int >  | characters | 
|   | 
| 
QMap< int, int >  | connections | 
|   | 
| 
FileParser *  | input | 
|   | 
| 
Graph *  | graph | 
|   | 
| 
QString  | nodePath | 
|   | 
| 
QString  | edgePath | 
|   | 
| 
QString  | groupPath | 
|   | 
MarvelData extends Data as a DataStructure for the Marvel dataset. 
 
  
  
      
        
          | void MarvelData::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: