SYNOPSIS
Public Member Functions
GMLExport (AlgorithmContext context)
~GMLExport ()
string convert (string tmp)
bool exportGraph (ostream &os, Graph *currentGraph)
Detailed Description
Export plugin for GML format.
This plugin records a Tulip graph structure using the GML File format. This format is the file format used by Graphlet. See www.infosun.fmi.uni-passau.de/Graphlet/GML/ for details.
Constructor & Destructor Documentation
GMLExport::GMLExport (AlgorithmContext context) [inline]
GMLExport::~GMLExport () [inline]
Member Function Documentation
string GMLExport::convert (string tmp) [inline]
bool GMLExport::exportGraph (ostream & os, Graph * currentGraph) [inline]
Author
Generated automatically by Doxygen for Tulip Plugins Library from the source code.