diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 14:25:32 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 14:25:32 +0000 |
| commit | ab5f8ff5869021958f4ae8b838c3d707a2e85eaa (patch) | |
| tree | 4907675828a5401d013b7587538cc8541edd2764 /src/libcola/doc | |
| parent | moved libcroco, libuemf, libdepixelize to 3rdparty folder (diff) | |
| download | inkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.tar.gz inkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.zip | |
Put adaptagrams into its own folder
Diffstat (limited to 'src/libcola/doc')
| -rw-r--r-- | src/libcola/doc/description.doc | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/libcola/doc/description.doc b/src/libcola/doc/description.doc deleted file mode 100644 index 3f11f545f..000000000 --- a/src/libcola/doc/description.doc +++ /dev/null @@ -1,50 +0,0 @@ -/*! - -\if LIBCOLA_DOC -@mainpage libcola: Force-directed Network Layout ubject to Separation Constraints -\endif -\if ADAPTAGRAMS_DOC -@page libcola libcola — Overview -\endif - -libcola is a cross-platform C++ library for constraint graph layout. Specifically, force-directed layout using the stress-majorization method subject to separation constraints. Applications include layout with non-overlapping nodes and clusters, directed graph layout and layout preserving the crossing properties of a given starting layout. - -libcola is part of the -<a href="http://www.adaptagrams.org/">Adaptagrams project</a>. -There are no official releases yet, though the code is stable and -available from the Adaptagrams -<a href="https://github.com/mjwybrow/adaptagrams">github -repository</a>. - -The API is documented using Doxygen. The documentation you are currently -reading can be obtained by running doxygen in the cola directory. - -libcola is written and maintained by -<a href="http://marvl.infotech.monash.edu/~mwybrow/">Michael Wybrow</a> and -<a href="http://marvl.infotech.monash.edu/~dwyer/">Tim Dwyer</a>, -members of <a href="http://marvl.infotech.monash.edu/">MArVL: the Monash Adaptive Visualisation Lab</a> at Monash University, Australia. - -The algorithms used for ConstrainedFDLayout are described in the following papers. If you use libcola, please cite the relevant paper. -- Tim Dwyer, Kim Marriott, and Michael Wybrow. Topology preserving - constrained graph layout. In Proc. 16th Intl. Symp. Graph Drawing - (GD'08), volume 5417 of Lecture Notes in Computer Science, pages - 230-241. Springer, 2009. -- Tim Dwyer, Kim Marriott, and Michael Wybrow. Dunnart: A - constraint-based network diagram authoring tool. In Proc. 16th Intl. - Symp. Graph Drawing (GD'08), volume 5417 of Lecture Notes in Computer - Science, pages 420-431. Springer, 2009. -- Tim Dwyer, Kim Marriott, Falk Schreiber, Peter J. Stuckey, - Michael Woodward, and Michael Wybrow. Exploration of networks using - overview+detail with constraint-based cooperative layout. IEEE - Transactions on Visualization and Computer Graphics, 14(6):1293-1300, - 2008. - -The method used in ConstrainedMajorizationLayout is described in: -- Tim Dwyer and Kim Marriott. Constrained stress majorization using diagonally - scaled gradient projection. In Proc. 15th Intl. Symp. Graph Drawing (GD - '07), volume 4875 of Lecture Notes in Computer Science. Springer, 2008. - - -*/ - - |
