Graphviz 13.1.3~dev.20250813.2319
|
#include <stddef.h>
#include "config.h"
Go to the source code of this file.
Data Structures | |
struct | v_data |
struct | vtx_data |
Macros | |
#define | INTERNAL /* nothing */ |
Typedefs | |
typedef int | DistType |
Functions | |
INTERNAL void | freeGraphData (vtx_data *graph) |
INTERNAL void | freeGraph (v_data *graph) |
#define INTERNAL /* nothing */ |
Definition at line 24 of file sparsegraph.h.
typedef int DistType |
Definition at line 43 of file sparsegraph.h.
Definition at line 673 of file delaunay.c.
References free(), graph(), and NULL.
Referenced by call_tri2(), and prepare_topological_fisheye().
Definition at line 682 of file delaunay.c.
References free(), graph(), and NULL.
Referenced by majorization(), and subset_model().