Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
delaunay.h File Reference
Include dependency graph for delaunay.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  surface_t
 

Functions

int * delaunay_tri (double *x, double *y, int n, int *nedges)
 
int * get_triangles (double *x, int n, int *ntris)
 
v_dataUG_graph (double *x, double *y, int n)
 
surface_tmkSurface (double *x, double *y, int n, int *segs, int nsegs)
 
void freeSurface (surface_t *s)
 

Function Documentation

◆ delaunay_tri()

int * delaunay_tri ( double *  x,
double *  y,
int  n,
int *  nedges 
)

Definition at line 756 of file delaunay.c.

References agerrorf(), and err.

Referenced by call_tri().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ freeSurface()

void freeSurface ( surface_t s)

Definition at line 768 of file delaunay.c.

References agerrorf(), and err.

Referenced by mkRouter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_triangles()

int * get_triangles ( double *  x,
int  n,
int *  ntris 
)

Definition at line 747 of file delaunay.c.

References agerrorf(), and err.

Referenced by get_tri().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mkSurface()

surface_t * mkSurface ( double *  x,
double *  y,
int  n,
int *  segs,
int  nsegs 
)

Definition at line 762 of file delaunay.c.

References agerrorf(), and err.

Referenced by mkRouter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UG_graph()

v_data * UG_graph ( double *  x,
double *  y,
int  n 
)

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

Here is the call graph for this function:
Here is the caller graph for this function: