ug4
|
#include "lib_grid/lg_base.h"
#include "common/util/field.h"
#include "common/boost_serialization.h"
Go to the source code of this file.
Classes | |
class | ug::Heightfield |
Namespaces | |
ug | |
the ug namespace | |
Functions | |
void | ug::CreateGridFromField (Grid &grid, const Heightfield &hfield, Grid::VertexAttachmentAccessor< APosition > aaPos) |
void | ug::CreateGridFromFieldBoundary (Grid &grid, const Heightfield &hfield, Grid::VertexAttachmentAccessor< APosition > aaPos) |
void | ug::LoadHeightfieldFromASC (Heightfield &hfield, const char *filename) |