TestProject  0.0.1
Public Types | Public Member Functions | List of all members
SFCLayoutAlgorithm Class Reference
Inheritance diagram for SFCLayoutAlgorithm:

Public Types

typedef MySparseMatrix matrix_type
 

Public Member Functions

 PLUGININFORMATION ("SFCLayout", "Stefan Fiedler", "2018/05/18", "layout a graph along a space filling curve", "0.1.0", "Layout") SFCLayoutAlgorithm(const PluginContext *context)
 
bool run ()
 

Detailed Description

Main class for the space filling curve layout plugin.

Definition at line 575 of file SFCLayoutAlgorithm.cpp.

Member Typedef Documentation

◆ matrix_type

Typedef for matrix type.

Definition at line 606 of file SFCLayoutAlgorithm.cpp.

Member Function Documentation

◆ run()

bool SFCLayoutAlgorithm::run ( )
inline

The run method is the main method of the plugin. It will be called out if the pre-condition method (bool check (..)) returned true. It is the starting point of the algorithm.

Returns
true if the algorithm succeeded

Definition at line 613 of file SFCLayoutAlgorithm.cpp.


The documentation for this class was generated from the following file: