Graphviz  2.29.20120524.0446
Data Structures | Defines | Typedefs | Functions
lib/neatogen/sparsegraph.h File Reference
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

Defines

#define SPARSEGRAPH_H

Typedefs

typedef int DistType

Functions

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

Define Documentation

#define SPARSEGRAPH_H

Definition at line 19 of file sparsegraph.h.


Typedef Documentation

typedef int DistType

Definition at line 94 of file sparsegraph.h.


Function Documentation

void freeGraph ( v_data graph)

Definition at line 902 of file delaunay.c.

References free().

Referenced by call_tri2().

void freeGraphData ( vtx_data graph)

Definition at line 913 of file delaunay.c.

References free().