|
ug4
|
#include "file_io_2df.h"#include <fstream>#include <vector>#include "../lg_base.h"#include "common/util/string_util.h"Namespaces | |
| namespace | 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. | |
| static std::string | ug::NextValid2DFLine (ifstream &in) |
| bool | ug::SaveGridTo2DF (Grid &grid, const char *filename, ISubsetHandler *psh, AVector3 &aPos) |
| Writes .2df files. 'psh' is optional and may be NULL. | |