Tulip  5.6.0
Large graphs analysis and drawing
tlp::IntegerAlgorithm Class Reference

#include <PropertyAlgorithm.h>

+ Inheritance diagram for tlp::IntegerAlgorithm:
+ Collaboration diagram for tlp::IntegerAlgorithm:

Public Member Functions

std::string category () const override
 
- Public Member Functions inherited from tlp::TemplateAlgorithm< tlp::IntegerProperty >
 TemplateAlgorithm (const tlp::PluginContext *context)
 
- Public Member Functions inherited from tlp::PropertyAlgorithm
 PropertyAlgorithm (const tlp::PluginContext *context)
 
std::string category () const override
 
- Public Member Functions inherited from tlp::Algorithm
 Algorithm (const PluginContext *context)
 
virtual bool check (std::string &)
 
std::string icon () const override
 
virtual bool run ()=0
 
- Public Member Functions inherited from tlp::Plugin
virtual std::string author () const =0
 
virtual std::string date () const =0
 
void declareDeprecatedName (const std::string &oldName)
 
std::string deprecatedName ()
 
virtual std::string group () const =0
 
virtual int id () const
 
virtual std::string info () const =0
 
virtual std::string major () const
 
virtual std::string minor () const
 
virtual std::string name () const =0
 
virtual std::string programmingLanguage () const
 
virtual std::string release () const =0
 
virtual std::string tulipMajor () const
 
virtual std::string tulipMinor () const
 
virtual std::string tulipRelease () const =0
 

Protected Member Functions

 IntegerAlgorithm (const tlp::PluginContext *)
 

Additional Inherited Members

- Public Attributes inherited from tlp::TemplateAlgorithm< tlp::IntegerProperty >
tlp::IntegerPropertyresult
 
- Public Attributes inherited from tlp::Algorithm
DataSetdataSet
 
Graphgraph
 
PluginProgresspluginProgress
 
- Protected Attributes inherited from tlp::Plugin
std::string oldName
 

Detailed Description

The integer algorithm takes a graph as input and output its results as a tlp::IntegerProperty.

Definition at line 91 of file PropertyAlgorithm.h.

Member Function Documentation

◆ category()

std::string tlp::IntegerAlgorithm::category ( ) const
inlineoverridevirtual

A string identifier for a plugin used for categorization purposes.

Returns
std::string the category of the plugin.

Reimplemented from tlp::Algorithm.

Definition at line 96 of file PropertyAlgorithm.h.