ug4
|
#include <vector>
#include "boost/container/vector.hpp"
#include "regular_refinement.h"
#include "lib_grid/algorithms/geom_obj_util/geom_obj_util.h"
#include "lib_grid/algorithms/selection_util.h"
#include "lib_grid/algorithms/debug_util.h"
#include "lib_grid/callbacks/selection_callbacks.h"
Namespaces | |
ug | |
the ug namespace | |
Functions | |
static void | ug::AdjustSelection (Grid &grid, Selector &sel) |
bool | ug::Refine (Grid &grid, Selector &sel, AInt &aInt, RefinementProjector *projector=NULL, bool useSnapPoints=false) |
refines selected faces and edges regularily and builds a closure on adjacent unselected faces. More... | |
bool | ug::Refine (Grid &grid, Selector &sel, RefinementProjector *projector=NULL, bool useSnapPoints=false) |
refines selected faces and edges regularily and builds a closure on adjacent unselected faces. More... | |