Tulip
4.6.0
Better Visualization Through Research
|
#include <TemplateAlgorithm.h>
Public Member Functions | |
TemplateAlgorithm (const tlp::PluginContext *context) | |
Public Attributes | |
Property * | result |
The TemplateAlgorithm class describes a plugin that can operate on a single graph's property.
Property | The property template arguments gives the type of the property the algorithm operates on. |
A TemplateAlgorithm takes a graph as input (plus additional parameters defined via tlp::WithParameter) and outputs its results in a tlp::PropertyInterface subclass. The output property is defined as an output parameter named "result" and as a class member called result.
Definition at line 63 of file TemplateAlgorithm.h.