PluginProgress * pluginProgress
A progress handler to notify the user about the progress state of the algorithm when run...
DataSet * dataSet
Input parameters set by the user when running the plugin.
Contains runtime parameters for a plugin.
bool exportGraph(Graph *graph, std::ostream &outputStream, const std::string &format, DataSet &dataSet, PluginProgress *progress=NULL)
Exports a graph using the specified export plugin with parameters stored in the DataSet.
Parameters structure for a tlp::Algorithm.
Graph * graph
The pointer to the tlp::Graph on which the algorithm will be run.