Graphviz  2.41.20171026.1811
Data Structures | Macros | Typedefs | Functions
sparsegraph.h File Reference
#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 SPARSEGRAPH_H
 

Typedefs

typedef int DistType
 

Functions

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

Macro Definition Documentation

#define SPARSEGRAPH_H

Definition at line 19 of file sparsegraph.h.

Typedef Documentation

typedef int DistType

Definition at line 92 of file sparsegraph.h.

Function Documentation

void freeGraph ( v_data graph)

Definition at line 897 of file delaunay.c.

Referenced by call_tri2().

void freeGraphData ( vtx_data graph)

Definition at line 908 of file delaunay.c.