|
ug4
|
#include <algorithm>#include <vector>#include "lib_grid/lg_base.h"#include "lib_grid/algorithms/smoothing/manifold_smoothing.h"#include "lib_grid/algorithms/geom_obj_util/vertex_util.h"#include "lib_grid/iterators/associated_elements_iterator.h"Go to the source code of this file.
Classes | |
| struct | ug::IndCmp |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<class TEdgeIter , class TAAPos > | |
| void | ug::SimplifyPolylines (Grid &grid, TEdgeIter edgesBegin, TEdgeIter edgesEnd, number curvatureThreshold, TAAPos aaPos) |
| template<class TEdgeIter , class TAAPos > | |
| void | ug::SimplifySmoothedPolylines (Grid &grid, TEdgeIter edgesBegin, TEdgeIter edgesEnd, number curvatureThreshold, TAAPos aaPos, number smoothingAlpha, int smoothingIterations) |