#include <render.h>
Include dependency graph for fdp.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | fdp_layout (Agraph_t *g) |
void | fdp_nodesize (node_t *, boolean) |
void | fdp_init_graph (Agraph_t *g) |
void | fdp_init_node_edge (Agraph_t *g) |
void | fdp_cleanup (Agraph_t *g) |
void fdp_init_graph | ( | Agraph_t * | g | ) |
Definition at line 1050 of file layout.c.
References agfindattr(), ET_LINE, fdp_init_node_edge(), fdp_initParams(), GD_alg, late_int(), MAXDIM, MIN, Agraphinfo_t::ndim, Ndim, NEW, NULL, setEdgeType(), and Agraph_t::u.
Referenced by fdp_layout().
void fdp_init_node_edge | ( | Agraph_t * | g | ) |
Definition at line 83 of file fdpinit.c.
References agfindattr(), agfstnode(), agfstout(), agnnodes(), agnxtnode(), agnxtout(), Agproto_t::e, GD_neato_nlist, N_NEW, ND_alg, ND_id, processClusterEdges(), and Agraph_t::proto.
Referenced by fdp_init_graph().