Tulip  5.7.4
Large graphs analysis and drawing
tlp::PluginContext Class Reference

#include <PluginContext.h>

+ Inheritance diagram for tlp::PluginContext:

Detailed Description

Contains runtime parameters for a plugin.

tlp::PluginContext is a data structure containing a set of parameters required by a plugin. Each tlp::Plugin subclass has its associated tlp::PluginContext subclass that contains specific parameters related to the Plugin. For instance, the tlp::AlgorithmContext (related to tlp::Algorithm) contains the Graph on which the algorithm should be run In essence, you will never have to access to a plugin's context since the base class constructor will copy its members into protected members of the plugin interface.

Definition at line 42 of file PluginContext.h.