Graphviz 12.0.1~dev.20240716.0800
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
 

Typedefs

typedef int DistType
 

Functions

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

Typedef Documentation

◆ DistType

typedef int DistType

Definition at line 37 of file sparsegraph.h.

Function Documentation

◆ freeGraph()

void freeGraph ( v_data graph)
extern

Definition at line 852 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()

void freeGraphData ( vtx_data graph)
extern

Definition at line 861 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: