ug4
extruder_util_impl.hpp File Reference
#include <vector>
#include "extruder_util.h"
#include "extrusion/extrude.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Functions

template<class TIterator >
bool ug::RepeatedEdgeExtrusion (Grid &grid, TIterator iterBegin, TIterator iterEnd, int numSteps, const ug::vector3 &stepDir)
 
template<class TIterator >
bool ug::RepeatedFaceExtrusion (Grid &grid, TIterator iterBegin, TIterator iterEnd, int numSteps, const ug::vector3 &stepDir)
 
template<class TIterator >
bool ug::RepeatedVertexExtrusion (Grid &grid, TIterator iterBegin, TIterator iterEnd, int numSteps, const ug::vector3 &stepDir)