Go to the source code of this file.
|
class | DAGTriangleTree |
| Reference: "Parallel Incremental Delaunay Triangulation", by Kohout J.2005. More...
|
|
struct | DAGTriangleTree::DAGTriangle |
|
class | DelaunayTriangulator |
| The parallel triangulation works for only one processor now. More...
|
|
class | Triangle2DInterpolator |
| For a given triangulated geometry(set of points), interpolating any point located in or nearby the goemetry. If the point is located outside of the boundary of the geometry, we compare azimuth to find related points and then apply inverse distance to calculate weights. More...
|
|
#define mDAGTriangleForceSingleThread |