Wiki source code of KLay Force

Version 3.1 by cds on 2014/09/29 16:13

Hide last authors
cds 1.1 1 {{panel title="Project Overview" borderStyle="dashed"}}
2 Responsible:
3
cds 3.1 4 * Christoph Daniel Schulze
5 {{/panel}}
cds 1.1 6
cds 3.1 7 KLay Force is an implementation of the force-based layout approach where edges are regarded as springs pulling together the nodes they connect, while unconnected nodes are pushed apart from one another. The objective is to compute a state where this physical system reaches an equilibrium.
cds 1.1 8
cds 3.1 9 This page describes the available layout options as well as the general architecture of the algorithm.
cds 1.1 10
11 **Contents**
12
13
14
15 {{toc maxLevel="2"/}}
16
17 [[doc:Downloads - KIELER Layout Algorithms]]
18
19 {{excerpt-include/}}
20
cds 3.1 21 = Layout Options =
cds 1.1 22
cds 3.1 23 {{warning title="ToDo"}}
24 List available layout options.
25 {{/warning}}
cds 1.1 26
cds 3.1 27 = Architecture =
cds 1.1 28
cds 3.1 29 {{warning title="ToDo"}}
30 Describe architecture.
31 {{/warning}}
cds 1.1 32
cds 3.1 33
cds 1.1 34
35