ug4
|
#include "../grid/grid.h"
#include "../common_attachments.h"
#include "../tools/subset_handler_interface.h"
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
Functions | |
bool | ug::LoadGridFrom2DF (Grid &grid, const char *filename, ISubsetHandler *psh, AVector3 &aPos) |
Reads .2df files. 'psh' is optional and may be NULL. More... | |
bool | ug::SaveGridTo2DF (Grid &grid, const char *filename, ISubsetHandler *psh, AVector3 &aPos) |
Writes .2df files. 'psh' is optional and may be NULL. More... | |