TestProject
0.0.1
|
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 () |
Main class for the space filling curve layout plugin.
Definition at line 575 of file SFCLayoutAlgorithm.cpp.
Typedef for matrix type.
Definition at line 606 of file SFCLayoutAlgorithm.cpp.
|
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.
Definition at line 613 of file SFCLayoutAlgorithm.cpp.