Graphviz 14.0.2~dev.20251008.0253
Loading...
Searching...
No Matches
sparsegraph.h File Reference
#include <stddef.h>
#include <util/api.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
 

Typedefs

typedef int DistType
 

Functions

PRIVATE void freeGraphData (vtx_data *graph)
 
PRIVATE void freeGraph (v_data *graph)
 

Typedef Documentation

◆ DistType

typedef int DistType

Definition at line 38 of file sparsegraph.h.

Function Documentation

◆ freeGraph()

PRIVATE 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()

PRIVATE 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: