Tulip  4.1.0
Better Visualization Through Research
 All Classes Files Functions Variables Enumerations Enumerator Properties Groups Pages
tlp::DoubleAlgorithm Class Reference

#include <PropertyAlgorithm.h>

Inherits tlp::TemplateAlgorithm< tlp::DoubleProperty >.

Protected Member Functions

 DoubleAlgorithm (const tlp::PluginContext *)
 
virtual std::string category () const
 

Additional Inherited Members

- Public Member Functions inherited from tlp::TemplateAlgorithm< tlp::DoubleProperty >
 TemplateAlgorithm (const tlp::PluginContext *context)
 
- Public Attributes inherited from tlp::TemplateAlgorithm< tlp::DoubleProperty >
tlp::DoublePropertyresult
 
- Protected Attributes inherited from tlp::WithParameter
ParameterDescriptionList parameters
 
- Protected Attributes inherited from tlp::WithDependency
std::list< Dependency_dependencies
 

Detailed Description

The double algorithm takes a graph as input and output its results as a tlp::DoubleProperty.

Definition at line 66 of file PropertyAlgorithm.h.

Member Function Documentation

virtual std::string tlp::DoubleAlgorithm::category ( ) const
inlineprotectedvirtual

A string identifier for a plugin used for categorization purposes.

Returns
std::string the category of the plugin.

Reimplemented from tlp::PropertyAlgorithm.

Definition at line 70 of file PropertyAlgorithm.h.