Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
info.h File Reference
#include <neatogen/voronoi.h>
#include <neatogen/poly.h>
Include dependency graph for info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ptitem
 
struct  Info_t
 

Typedefs

typedef struct ptitem PtItem
 

Functions

void infoinit (void)
 
void addVertex (Site *, double, double)
 

Variables

Info_tnodeInfo
 

Typedef Documentation

◆ PtItem

typedef struct ptitem PtItem

Function Documentation

◆ addVertex()

void addVertex ( Site s,
double  x,
double  y 
)
extern

Definition at line 110 of file info.c.

References cmp(), compare(), getfree(), ptitem::next, nodeInfo, ptitem::p, pfl, prev, Info_t::verts, Point::x, and Point::y.

Referenced by addCorners(), and doSeg().

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

◆ infoinit()

void infoinit ( void  )
extern

Definition at line 20 of file info.c.

References freeinit(), and pfl.

Referenced by freeNodes(), and sortSites().

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

Variable Documentation

◆ nodeInfo