Graphviz  2.41.20171026.1811
Typedefs | Functions
multispline.h File Reference
#include <render.h>
#include <pathutil.h>
Include dependency graph for multispline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct router_s router_t
 

Functions

void freeRouter (router_t *rtr)
 
router_t * mkRouter (Ppoly_t **obs, int npoly)
 
int makeMultiSpline (graph_t *g, edge_t *e, router_t *rtr, int)
 

Typedef Documentation

typedef struct router_s router_t

Definition at line 20 of file multispline.h.

Function Documentation

void freeRouter ( router_t *  rtr)
int makeMultiSpline ( graph_t *  g,
edge_t *  e,
router_t *  rtr,
int   
)
router_t* mkRouter ( Ppoly_t **  obs,
int  npoly 
)