#include <NodeHandle.h>
Classes | |
struct | Point |
Some structures needed for building a voronoi diagram and maintaining the overlays neighbors. More... | |
struct | Site |
struct | Edge |
struct | Halfedge |
Defines | |
#define | UNDEF 0 |
#define | THIS 1 |
#define | ENCLOSING 2 |
#define | NEIGHBOR 4 |
#define | BOUNDARY 8 |
#define | NEW 16 |
#define BOUNDARY 8 |
#define ENCLOSING 2 |
#define NEIGHBOR 4 |
#define NEW 16 |
#define THIS 1 |
#define UNDEF 0 |