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

#include <PropertyAlgorithm.h>

Inherits tlp::TypedPropertyAlgorithm< Property >.

Public Member Functions

std::string category () const override
 

Protected Member Functions

 LayoutAlgorithm (const tlp::PluginContext *, bool needInOutResult=false)
 

Detailed Description

The layout algorithm takes a graph as input and output its results as a tlp::LayoutProperty.

Definition at line 152 of file PropertyAlgorithm.h.

Member Function Documentation

◆ category()

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

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 158 of file PropertyAlgorithm.h.