|
Graphviz
2.41.20171026.1811
|
#include "sparsegraph.h"

Go to the source code of this file.
Data Structures | |
| struct | surface_t |
Functions | |
| v_data * | delaunay_triangulation (double *x, double *y, int n) |
| int * | delaunay_tri (double *x, double *y, int n, int *nedges) |
| int * | get_triangles (double *x, int n, int *ntris) |
| v_data * | UG_graph (double *x, double *y, int n, int accurate_computation) |
| surface_t * | mkSurface (double *x, double *y, int n, int *segs, int nsegs) |
| void | freeSurface (surface_t *s) |
| void freeSurface | ( | surface_t * | s | ) |
Definition at line 744 of file delaunay.c.
Definition at line 784 of file delaunay.c.
References delaunay_triangulation(), v_data::edges, v_data::ewgts, FALSE, N_GNEW, v_data::nedges, NULL, remove_edge(), and TRUE.
Referenced by call_tri2().
1.8.5