demo/graph_orientation.lgf
author hegyi
Mon, 21 Nov 2005 18:03:20 +0000
changeset 1823 cb082cdf3667
child 1901 723b2b81d900
permissions -rw-r--r--
NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
     1 @nodeset 
     2 coordinates_x	coordinates_y	f	id	
     3 -198	-73	2	7	
     4 120	30	4	6	
     5 -17	222	1	5	
     6 328	147	1	4	
     7 247	-179	0	3	
     8 -28	-93	1	2	
     9 -131	83	3	1	
    10 @edgeset 
    11 		id	
    12 7	6	3	
    13 1	6	2	
    14 2	6	1	
    15 4	5	10	
    16 6	5	6	
    17 3	4	9	
    18 6	4	7	
    19 2	3	12	
    20 6	3	8	
    21 7	2	4	
    22 5	1	11	
    23 7	1	5	
    24 @nodes 
    25 @edges 
    26 @attributes 
    27 @end