Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
sfdp.h File Reference
#include "config.h"
#include "render.h"
Include dependency graph for sfdp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sfdp_layout (graph_t *g)
 
void sfdp_cleanup (graph_t *g)
 
int fdpAdjust (graph_t *g)
 

Function Documentation

◆ fdpAdjust()

int fdpAdjust ( graph_t g)

Referenced by removeOverlapWith().

Here is the caller graph for this function:

◆ sfdp_cleanup()

void sfdp_cleanup ( graph_t g)

Definition at line 301 of file sfdpinit.c.

References agfstnode(), agfstout(), agnxtnode(), agnxtout(), gv_cleanup_edge(), and gv_cleanup_node().

Here is the call graph for this function:

◆ sfdp_layout()