Go to the source code of this file.
|
template<class TElem > |
int | ug::GetGridObjectIndex (Grid &g, TElem *elem) |
| returns the index of the given element in the given grid. More...
|
|
template<class TElem , class TAValue > |
void | ug::WriteDebugValuesToFile (const char *filename, Grid &grid, TAValue &aVal, bool levelWise) |
| Writes level and center of each object together with a custom value to a file. More...
|
|
|
vector3 | ug::GetGridObjectCenter (Grid &g, GridObject *elem) |
| Returns the center of the given element (SLOW - for debugging only!) More...
|
|
template<class TElem > |
vector3 | ug::GetGridObjectCenter (Grid &g, TElem *elem) |
| Returns the center of the given element (SLOW - for debugging only!) More...
|
|