-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal.html
More file actions
91 lines (81 loc) · 3.91 KB
/
external.html
File metadata and controls
91 lines (81 loc) · 3.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<title>CaGe -- using an External generator</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="select.js">
</script>
<script language="JavaScript" src="navigate.js">
</script>
<script language="JavaScript" src="subwindow.js">
</script>
</head>
<body bgcolor="#6699FF" text="#000000" link="#333333" vlink="#666666" onUnload="closeSubwindow ();">
<table border="0" cellspacing="0" cellpadding="0" width="500">
<tr valign="top">
<td>
<h1>The external generator window</h1>
</td>
<td rowspan="6"><img height="1" width="20" src="Images/trans.gif" alt=""></td>
</tr>
<tr valign="top">
<td>
<p> In this window graph data from files or the standard output of programs can be read in.
The data has to be in one of the two <a href="technical.html#formats">formats</a> that CaGe
understands.
</p>
<p><br>
When reading graph data representing plane graphs of very different nature, finding
<em> good </em> 2D and 3D embediings efficiently is especially difficult and the assistance
of the user is asked.
The user can keep embedding information contained in the data or
take that information as a starting point for further refinement.<br>
The embedding programs in CaGe are specialized on certain kinds of graphs, so if a new
embedding must be computed, the user
has to describe which shape he would expect the graphs to have in order to give a hint
which embedder should best be used. The user has to choose whether the expected threedimensional shape is
<ul>
<li>rather flat </li>
<li>rather spherical </li>
<li>rather tubular </li>
</ul>
</p>
<p>
Furthermore the user can increase or decrease the number of steps of the embedding routine.
</p>
</tr>
<tr valign="top">
<td align="left"> </td>
</tr>
<tr valign="top">
<td nowrap width="500">
<table border="0" cellspacing="0%" cellpadding=0%" width="100%">
<tr valign="top">
<td align="right" nowrap><a href="generators.html" onMouseOver="return setFocused (this);" onMouseOut="setPassive (this);" onClick="return setClicked (this);" class="navigation">choosing
a generator window<img src="Images/trans.gif" width=5 height=1 border="0" alt=" "><img src="Images/pointer-backward-passive.gif" width="6" height="11" border="0" alt="<" name="generators"></a></td>
<td nowrap width="100%" align="center"> </td>
<td align="left" nowrap><a href="output.html" onMouseOver="return setFocused (this);" onMouseOut="setPassive (this);" onClick="return setClicked (this);" class="navigation"><img src="Images/pointer-passive.gif" width="6" height="11" border="0" alt=">" name="output"><img src="Images/trans.gif" width=5 height=1 border="0" alt=" ">output
options</a></td>
</tr>
<tr>
<td colspan="3" bgcolor="#ffffff"><img src="Images/trans.gif" width="1" height="1"></td>
</tr>
<tr valign="top">
<td align="right" nowrap><a href="polytopes.html" style="text-decoration: none" onMouseOver="return setFocused (this);" onMouseOut="setPassive (this);" onClick="return setClicked (this);" class="navigation">the
general plane graphs windows<img src="Images/trans.gif" width=5 height=1 border="0" alt=" "><img src="Images/pointer-backward-passive.gif" width="6" height="11" border="0" alt="<" name="polytopes"></a></td>
<td nowrap width="100%" align="center"> </td>
<td align="left" nowrap> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img height="1" width="500" src="Images/trans.gif"></td>
</tr>
</table>
<script language="JavaScript"><!--
document.select_contentName = "generators/external";
contentLoaded ();
// --></script>
</body>
</html>