Graphviz 13.1.3~dev.20250813.2319
Loading...
Searching...
No Matches
sparsegraph.h File Reference
#include <stddef.h>
#include "config.h"
Include dependency graph for sparsegraph.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ INTERNAL

#define INTERNAL   /* nothing */

Definition at line 24 of file sparsegraph.h.

Typedef Documentation

◆ DistType

typedef int DistType

Definition at line 43 of file sparsegraph.h.

Function Documentation

◆ freeGraph()

INTERNAL void freeGraph ( v_data graph)

Definition at line 673 of file delaunay.c.

References free(), graph(), and NULL.

Referenced by call_tri2(), and prepare_topological_fisheye().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ freeGraphData()

INTERNAL void freeGraphData ( vtx_data graph)

Definition at line 682 of file delaunay.c.

References free(), graph(), and NULL.

Referenced by majorization(), and subset_model().

Here is the call graph for this function:
Here is the caller graph for this function: