33#ifndef __H__UG_crease_util
34#define __H__UG_crease_util
40template <
class TVrtIter,
class TAAPos>
42 number thresholdAngle,
bool selectDarts, TAAPos aaPos,
callback that always returns true
Definition basic_callbacks.h:50
Manages the elements of a grid and their interconnection.
Definition grid.h:132
double number
Definition types.h:124
void SelectKinkVertices(Grid &grid, TVrtIter vrtsBegin, TVrtIter vrtsEnd, number thresholdAngle, bool selectDarts, TAAPos aaPos, Grid::edge_traits::callback cbConsiderEdge=ConsiderAll())
boost::function< bool(base_object *)> callback
callback type for the elements base type.
Definition grid.h:150