Graphviz 2.29.20120208.0545
Defines | Functions
lib/circogen/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.

Defines

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

Functions

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

Define Documentation

#define CROSS_ITER   10

Definition at line 502 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 
)