ug4
delaunay_triangulation.h File Reference
#include <queue>
#include <vector>
#include <sstream>
#include "delaunay_info.h"
#include "common/ug_config.h"
#include "lib_grid/lg_base.h"
#include "lib_grid/algorithms/geom_obj_util/edge_util.h"
#include "lib_grid/callbacks/basic_callbacks.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

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. More...
 
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)