Graphviz  2.41.20171026.1811
Macros | Functions
blockpath.c File Reference
#include "blockpath.h"
#include "edgelist.h"
#include "nodeset.h"
#include "deglist.h"
Include dependency graph for blockpath.c:

Go to the source code of this file.

Macros

#define ORIGE(e)   (ED_to_orig(e))
 
#define CROSS_ITER   10
 

Functions

nodelist_tlayout_block (Agraph_t *g, block_t *sn, double min_dist)
 

Macro Definition Documentation

#define CROSS_ITER   10

Definition at line 452 of file blockpath.c.

#define ORIGE (   e)    (ED_to_orig(e))

Definition at line 24 of file blockpath.c.

Function Documentation

nodelist_t* layout_block ( Agraph_t g,
block_t sn,
double  min_dist 
)