Graphviz 14.0.2~dev.20251008.0253
Loading...
Searching...
No Matches
site.h File Reference
#include <stddef.h>
#include <util/api.h>
#include <neatogen/geometry.h>
Include dependency graph for site.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Site
 

Typedefs

typedef struct Site Site
 

Functions

PRIVATE double ngdist (Site *, Site *)
 

Variables

Sitebottomsite
 

Typedef Documentation

◆ Site

typedef struct Site Site

Function Documentation

◆ ngdist()

PRIVATE double ngdist ( Site s,
Site t 
)

Definition at line 16 of file site.c.

References Site::coord, dx, dy, Point::x, and Point::y.

Referenced by voronoi().

Here is the caller graph for this function:

Variable Documentation

◆ bottomsite

Site* bottomsite
extern

Definition at line 14 of file site.c.

Referenced by leftreg(), rightreg(), and voronoi().