#include <stdio.h>
#include <string.h>
#include <math.h>
#include <list>
#include <algorithm>
#include <set>
#include <polypartition/polypartition.h>
Go to the source code of this file.
Defines | |
#define | TPPL_VERTEXTYPE_END 2 |
#define | TPPL_VERTEXTYPE_MERGE 4 |
#define | TPPL_VERTEXTYPE_REGULAR 0 |
#define | TPPL_VERTEXTYPE_SPLIT 3 |
#define | TPPL_VERTEXTYPE_START 1 |
#define TPPL_VERTEXTYPE_END 2 |
Definition at line 35 of file polypartition.cpp.
#define TPPL_VERTEXTYPE_MERGE 4 |
Definition at line 37 of file polypartition.cpp.
#define TPPL_VERTEXTYPE_REGULAR 0 |
Definition at line 33 of file polypartition.cpp.
#define TPPL_VERTEXTYPE_SPLIT 3 |
Definition at line 36 of file polypartition.cpp.
#define TPPL_VERTEXTYPE_START 1 |
Definition at line 34 of file polypartition.cpp.