]> granicus.if.org Git - graphviz/commitdiff
Simplify dotneato_postprocess interface;
authorerg <devnull@localhost>
Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)
committererg <devnull@localhost>
Fri, 29 Jul 2005 22:59:35 +0000 (22:59 +0000)
remove unnecessary nodesize functions for circo and twopi;
initialize layout state in graph_init so that it will be initialized anew
for each layout;
move aspect ratio and copying of coords from ND_pos to ND_coord out of
neato spline code;
adopt convention that if the splines attribute is set to "", no splines
are generated.

lib/twopigen/circle.h

index 09da39e402ebef64fbdab22d92bde54ecf8c1da0..23257b0f52271e4fabebed975172fad642eb1aad 100644 (file)
@@ -45,7 +45,6 @@ extern "C" {
     extern void circleLayout(Agraph_t * sg, Agnode_t * center);
     extern void twopi_layout(Agraph_t * g);
     extern void twopi_cleanup(Agraph_t * g);
-    extern void twopi_nodesize(node_t * n, boolean flip);
     extern void twopi_init_graph(graph_t * g);
 
 #ifdef __cplusplus