From: erg Date: Fri, 29 Jul 2005 22:59:35 +0000 (+0000) Subject: Simplify dotneato_postprocess interface; X-Git-Tag: LAST_LIBGRAPH~32^2~7349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a296a36a7a749879a26df5baeab72aa33a1d58a2;p=graphviz Simplify dotneato_postprocess interface; 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. --- diff --git a/lib/circogen/circo.h b/lib/circogen/circo.h index ed6cde5b3..6800c0b75 100644 --- a/lib/circogen/circo.h +++ b/lib/circogen/circo.h @@ -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