#include <geometry/Point.h>#include <delaunay/IncrementalDelaunay.h>#include <delaunay/DelaunayHelpers.h>#include <delaunay/PointVertex.h>#include <utilities/foreach.h>#include <utilities/BucketPQ.h>#include <list>#include <math.h>#include <stack>#include <stdio.h>#include <io/PLC.h>#include <refine-common/RefineConstants.h>#include <refine-common/Refiner.h>#include "PointRefineVertex.h"Go to the source code of this file.
Namespaces | |
| namespace | SVR |
Classes | |
| struct | SVR::PointRefiner< ambient > |
| struct | SVR::PointRefiner< ambient >::Vertex |
| struct | SVR::PointRefiner< ambient >::stats |
| struct | SVR::PointRefiner< ambient >::VertexVisitedSet |
| struct | SVR::PointRefiner< ambient >::VertexVisitedSet::notpair |
| struct | SVR::PointRefiner< ambient >::CompareVertices |
| struct | SVR::PointRefiner< ambient >::DoPrintSimplex |
| struct | SVR::PointRefiner< ambient >::SCavStruct |
| struct | SVR::PointRefiner< ambient >::FindBad |
| struct | SVR::PointRefiner< ambient >::FindCrowdedSimplex |
Defines | |
| #define | dprintf() |
| #define | COLLECT_STATS |
| #define | statop(op) stats.op |
| #define | statopconst(op) const_cast<struct stats&>(stats).op |
| #define | statmax(stat, val) stats.stat = max(stats.stat, (val)) |
| #define | statmaxconst(stat, val) const_cast<struct stats&>(stats).stat = max(stats.stat, (val)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6