Go to the source code of this file.
|
template<class TPosAcc , class TIntAcc , class TNormAcc > |
bool | ug::ObtainSimpleGrid (SimpleGrid &sgOut, Grid &grid, Vertex *vrt1, Vertex *vrt2, size_t size, TPosAcc &aaPos, TNormAcc &aaNorm, TIntAcc &aaInt) |
| returns a neighbourhood of the edge defined by vrt1 and vrt2 in a SimpleGrid. More...
|
|
template<class TPosAcc , class TIntAcc , class TNormAcc > |
bool | ug::ObtainSimpleGrid_CollapseEdge (SimpleGrid &sgOut, Grid &grid, Edge *e, size_t size, TPosAcc &aaPos, TNormAcc &aaNorm, TIntAcc &aaInt) |
| returns a neighbourhood of the edge e after e has been collapsed. More...
|
|