#include "tlayout.h"
#include "neatoprocs.h"
#include "agxbuf.h"
Include dependency graph for fdpinit.c:
Go to the source code of this file.
Defines | |
#define | FDP_PRIVATE 1 |
Functions | |
void | fdp_init_node_edge (graph_t *g) |
void | fdp_cleanup (graph_t *g) |
void fdp_cleanup | ( | graph_t * | g | ) |
Definition at line 169 of file fdpinit.c.
References agfstedge(), agfstnode(), agnxtedge(), agnxtnode(), free(), and ND_alg.
void fdp_init_node_edge | ( | graph_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().