From: erg Date: Mon, 21 Apr 2008 19:41:53 +0000 (+0000) Subject: Note the availability of neato_node_init(). X-Git-Tag: LAST_LIBGRAPH~32^2~4249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=249d0f0cf65abb468a4bdc2dddb50e9f89345fe1;p=graphviz Note the availability of neato_node_init(). --- diff --git a/doc/addingLayout.txt b/doc/addingLayout.txt index 99e9263f2..86d4328aa 100644 --- a/doc/addingLayout.txt +++ b/doc/addingLayout.txt @@ -11,9 +11,11 @@ Entry points: call setEdgeType (g, ...); - For each node, call common_init_node and gv_nodesize. - If the algorithm will use spline_edges() to route the edges, the + + If the algorithm will use spline_edges() to route the edges, the node coordinates need to be stored in ND_pos, so this should be - allocated here. + allocated here. This, and the two calls mentioned above, are all + handled by a call to neato_init_node(). - For each edge, call common_init_edge