source: branches/profile/HELP_SOURCE/oldhelp/resorttree.hlp

Last change on this file was 11423, checked in by westram, 11 years ago
  • reintegrates 'tree' into 'trunk':
    • topology ordering (beautify trees):
      • new orders for radial trees
      • order tree according to other tree (implements #445)
    • tweaked 'Move node info' / 'Compare topology' (implements #450)
      • write log entry to tree comment
      • verbose output into logfile
      • updated help and GUI
  • adds:
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6#SUB    subtopic.hlp
7
8# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
9
10#************* Title of helpfile !! and start of real helpfile ********
11TITLE           Sort Tree Topology
12
13OCCURRENCE      ARB_NT/Tree/Beautify tree/...
14
15DESCRIPTION     Arranges branches and groups according to the size of each
16                subtree. If the size doesn't differ at a furcation, subtrees
17                will be sorted alphabethically. This ensures the sorting is stable.
18
19                Sorting does not change the tree topology, it only swaps branches!
20               
21SECTION         Available sort modes
22
23                The first sort mode sorts the bigger branches to the top,
24                the third sorts them to the bottom.
25
26                The second sort mode sorts the bigger branches to the edges of the
27                tree and the smaller branches to the center.
28
29                The fourth and fifth mode are designed to sort the tree for
30                the radial tree display mode.
31
32                The fourth mode does the opposite of the second mode: it sorts
33                bigger branches to the center and smaller ones to the borders
34                of the tree.
35
36                The fifth mode alternates between second and fourth mode.
37
38NOTES           This facilitates the comparison of tree topologies resulting
39                from different treeing approaches.
40
41                See also LINK{resortbyother.hlp}.
42
43EXAMPLES        None
44
45WARNINGS        None
46
47BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.