Overview     Modules     Class Hierarchy     Classes     Members  
tlp::AlgorithmContext Class Reference

Parameter for calling clustering plugins. More...

#include <PluginContext.h>

Collaboration diagram for tlp::AlgorithmContext:

Public Member Functions

 AlgorithmContext ()
 ~AlgorithmContext ()

Public Attributes

Graphgraph
 The Graph on which the plug-in will run.
PluginProgresspluginProgress
 A means to give feedback on the progress of the plug-in.
DataSetdataSet
 Additional informations, such as the value of the plug-in's parameters, if any.

Detailed Description

Parameter for calling clustering plugins.

Constructor & Destructor Documentation

tlp::AlgorithmContext::AlgorithmContext ( )
inline
tlp::AlgorithmContext::~AlgorithmContext ( )
inline

Member Data Documentation

DataSet* tlp::AlgorithmContext::dataSet

Additional informations, such as the value of the plug-in's parameters, if any.

Graph* tlp::AlgorithmContext::graph

The Graph on which the plug-in will run.

PluginProgress* tlp::AlgorithmContext::pluginProgress

A means to give feedback on the progress of the plug-in.



Tulip Software by LaBRI Visualization Team    2001 - 2012