Go to the source code of this file.
|
namespace | ug |
| the ug namespace
|
|
|
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) |
|