|
Graphviz
2.41.20171026.1811
|
#include "config.h"

Go to the source code of this file.
Data Structures | |
| struct | v_data |
| struct | vtx_data |
Macros | |
| #define | SPARSEGRAPH_H |
Typedefs | |
| typedef int | DistType |
Functions | |
| void | freeGraphData (vtx_data *graph) |
| void | freeGraph (v_data *graph) |
| #define SPARSEGRAPH_H |
Definition at line 19 of file sparsegraph.h.
Definition at line 92 of file sparsegraph.h.
| void freeGraph | ( | v_data * | graph | ) |
Definition at line 897 of file delaunay.c.
Referenced by call_tri2().
| void freeGraphData | ( | vtx_data * | graph | ) |
Definition at line 908 of file delaunay.c.
1.8.5