|
Graphviz 14.0.3~dev.20251028.0232
|
Go to the source code of this file.
Data Structures | |
| struct | surface_t |
Functions | |
| PRIVATE int * | delaunay_tri (double *x, double *y, int n, int *nedges) |
| PRIVATE int * | get_triangles (double *x, int n, int *ntris) |
| PRIVATE v_data * | UG_graph (double *x, double *y, int n) |
| PRIVATE surface_t * | mkSurface (double *x, double *y, int n, int *segs, int nsegs) |
| PRIVATE void | freeSurface (surface_t *s) |
| PRIVATE int * delaunay_tri | ( | double * | x, |
| double * | y, | ||
| int | n, | ||
| int * | nedges | ||
| ) |
Definition at line 556 of file delaunay.c.
References agerrorf(), err, and nedges.
Referenced by call_tri().
Definition at line 579 of file delaunay.c.
References agerrorf(), and err.
Referenced by mkRouter().
| PRIVATE int * get_triangles | ( | double * | x, |
| int | n, | ||
| int * | ntris | ||
| ) |
Definition at line 539 of file delaunay.c.
References agerrorf(), and err.
Referenced by get_tri().
Definition at line 567 of file delaunay.c.
References agerrorf(), and err.
Referenced by mkRouter().
Definition at line 598 of file delaunay.c.
References delaunay_triangulation(), v_data::edges, v_data::ewgts, gv_calloc(), v_data::nedges, NULL, and remove_edge().
Referenced by call_tri2(), makeHier(), and rescale_layout_polar().