]> 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/circogen/circo.h

index ed6cde5b3cd321e85c05eb7cbd8c44d9c2fa4b8e..6800c0b75fcd1cab1072b00dc9e77c1838be3db1 100644 (file)
@@ -26,7 +26,6 @@ extern "C" {
     extern void circo_layout(Agraph_t * g);
     extern void circoLayout(Agraph_t * g);
     extern void circo_cleanup(Agraph_t * g);
-    extern void circo_nodesize(node_t * n, boolean flip);
     extern void circo_init_graph(graph_t * g);
 
 #ifdef __cplusplus