#include <delaunay/IncrementalDelaunay.h>#include <delaunay/PointVertex.h>#include <topology/SimplicialHelpers.h>Namespaces | |
| namespace | High |
| namespace | Low |
Defines | |
| #define | check(cond) |
Typedefs | |
| typedef IncrementalDelaunay< d, d, PointVertex< d > > | High::D |
| typedef IncrementalDelaunay< ambient, topo, PointVertex< ambient > > | Low::D |
Enumerations | |
| enum | { High::d = 3 } |
| enum | { Low::ambient = 3, Low::topo = 2 } |
Functions | |
| void | High::runtest () |
| void | Low::runtest () |
| int | main () |
|
|
Value: do { \ if (cond) { } \ else { \ fprintf(stderr, "%s:%d: Failed at condition `" #cond "'\n", __FILE__, (int)__LINE__); \ exit(1); \ } \ } while(0) |
|
|
|
1.4.6