Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > adda6cb03f7d04f28c3fac3fe1ef4d50 > files > 129

ocaml-ocamlgraph-devel-1.3-3.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Graphviz.ATTRIBUTES.html">
<link rel="Up" href="Graphviz.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Sig" rel="Chapter" href="Sig.html">
<link title="Sig_pack" rel="Chapter" href="Sig_pack.html">
<link title="Dot_ast" rel="Chapter" href="Dot_ast.html">
<link title="Util" rel="Chapter" href="Util.html">
<link title="Persistent" rel="Chapter" href="Persistent.html">
<link title="Imperative" rel="Chapter" href="Imperative.html">
<link title="Delaunay" rel="Chapter" href="Delaunay.html">
<link title="Builder" rel="Chapter" href="Builder.html">
<link title="Classic" rel="Chapter" href="Classic.html">
<link title="Rand" rel="Chapter" href="Rand.html">
<link title="Oper" rel="Chapter" href="Oper.html">
<link title="Path" rel="Chapter" href="Path.html">
<link title="Traverse" rel="Chapter" href="Traverse.html">
<link title="Coloring" rel="Chapter" href="Coloring.html">
<link title="Topological" rel="Chapter" href="Topological.html">
<link title="Components" rel="Chapter" href="Components.html">
<link title="Kruskal" rel="Chapter" href="Kruskal.html">
<link title="Flow" rel="Chapter" href="Flow.html">
<link title="Graphviz" rel="Chapter" href="Graphviz.html">
<link title="Gml" rel="Chapter" href="Gml.html">
<link title="Dot" rel="Chapter" href="Dot.html">
<link title="Pack" rel="Chapter" href="Pack.html">
<link title="Gmap" rel="Chapter" href="Gmap.html">
<link title="Minsep" rel="Chapter" href="Minsep.html">
<link title="Cliquetree" rel="Chapter" href="Cliquetree.html">
<link title="Mcs_m" rel="Chapter" href="Mcs_m.html">
<link title="Md" rel="Chapter" href="Md.html">
<link title="Strat" rel="Chapter" href="Strat.html"><title>Graphviz.GraphWithDotAttrs</title>
</head>
<body>
<div class="navbar"><a href="Graphviz.ATTRIBUTES.html">Previous</a>
&nbsp;<a href="Graphviz.html">Up</a>
&nbsp;</div>
<center><h1>Module type <a href="type_Graphviz.GraphWithDotAttrs.html">Graphviz.GraphWithDotAttrs</a></h1></center>
<br>
<pre><span class="keyword">module type</span> GraphWithDotAttrs = <code class="code">sig</code> <a href="Graphviz.GraphWithDotAttrs.html">..</a> <code class="code">end</code></pre>Graph module with dot attributes<br>
<hr width="100%">
<pre><span class="keyword">include</span> <a href="Sig.G.html">Sig.G</a></pre>
<pre><span class="keyword">val</span> <a name="VALgraph_attributes"></a>graph_attributes : <code class="type">t -> <a href="Graphviz.DotAttributes.html#TYPEgraph">Graphviz.DotAttributes.graph</a> list</code></pre><div class="info">
Graph, vertex and edge attributes.<br>
</div>
<br>
Vertex attributes<br>
<pre><span class="keyword">val</span> <a name="VALdefault_vertex_attributes"></a>default_vertex_attributes : <code class="type">t -> <a href="Graphviz.DotAttributes.html#TYPEvertex">Graphviz.DotAttributes.vertex</a> list</code></pre><div class="info">
Vertex attributes<br>
</div>
<pre><span class="keyword">val</span> <a name="VALvertex_name"></a>vertex_name : <code class="type">V.t -> string</code></pre><pre><span class="keyword">val</span> <a name="VALvertex_attributes"></a>vertex_attributes : <code class="type">V.t -> <a href="Graphviz.DotAttributes.html#TYPEvertex">Graphviz.DotAttributes.vertex</a> list</code></pre><br>
Edge attributes<br>
<pre><span class="keyword">val</span> <a name="VALdefault_edge_attributes"></a>default_edge_attributes : <code class="type">t -> <a href="Graphviz.DotAttributes.html#TYPEedge">Graphviz.DotAttributes.edge</a> list</code></pre><div class="info">
Edge attributes<br>
</div>
<pre><span class="keyword">val</span> <a name="VALedge_attributes"></a>edge_attributes : <code class="type">E.t -> <a href="Graphviz.DotAttributes.html#TYPEedge">Graphviz.DotAttributes.edge</a> list</code></pre><pre><span class="keyword">val</span> <a name="VALget_subgraph"></a>get_subgraph : <code class="type">V.t -> <a href="Graphviz.DotAttributes.html#TYPEsubgraph">Graphviz.DotAttributes.subgraph</a> option</code></pre><div class="info">
The box (if exists) which the vertex belongs to. Boxes with same
	   names are not distinguished and so they should have the same
	   attributes.<br>
</div>
</body></html>