Force Directed Edge Bundling
 All Classes Functions Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FlightData Class Reference

#include <flightdata.h>

Inheritance diagram for FlightData:
Data

Public Member Functions

 FlightData (Graph *g, QString nPath=0, QString ePath=0, QString gPath=0)
 
void initGraph ()
 
- Public Member Functions inherited from Data
 Data (Graph *g, QString nPath=0, QString ePath=0, QString gPath=0)
 
virtual ~Data (void)
 

Protected Member Functions

void initEdges (QList< Airport * > &airports, QList< Route * > &routes)
 
- Protected Member Functions inherited from Data
QPointF randomPoint ()
 
double random ()
 

Protected Attributes

QList< Airport * > airports
 
QList< Route * > routes
 
- Protected Attributes inherited from Data
FileParserinput
 
Graphgraph
 
QString nodePath
 
QString edgePath
 
QString groupPath
 

Additional Inherited Members

- Signals inherited from Data
void setStatus (QString s)
 

Detailed Description

FlightData extends Data as a DataStructure for the Flights dataset.

Member Function Documentation

void FlightData::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: