Go to the source code of this file.
|
| namespace | ug |
| | the ug namespace
|
| |
|
| template<class TAAPos > |
| bool | ug::MakeDelaunay (DelaunayInfo< TAAPos > &info) |
| |
| template<class TAAPos > |
| bool | ug::QualityGridGeneration (Grid &grid, DelaunayInfo< TAAPos > &info, number minAngle=0, int maxSteps=-1) |
| | Transforms the given triangle-set into a delaunay set.
|
| |
| template<class TriIter , class TAAPos > |
| bool | ug::QualityGridGeneration (Grid &grid, TriIter trisBegin, TriIter trisEnd, TAAPos &aaPos, number minAngle=0, Grid::edge_traits::callback cbConstrainedEdge=ConsiderNone(), int maxSteps=-1) |
| |