Go to the source code of this file.
|
namespace | ug |
| the ug namespace
|
|
|
template<class TAPosition > |
bool | ug::LoadGridFromUGX (Grid &grid, ISubsetHandler &sh, const char *filename, TAPosition &aPos) |
|
template<class TAPosition > |
bool | ug::LoadGridFromUGX (Grid &grid, SPProjectionHandler &ph, size_t &num_ph, ISubsetHandler &sh, std::vector< std::string > additionalSHNames, std::vector< SmartPtr< ISubsetHandler > > ash, const char *filename, TAPosition &aPos) |
|
template<class TAPosition > |
bool | ug::SaveGridToUGX (Grid &grid, ISubsetHandler &sh, const char *filename, TAPosition &aPos) |
| Writes a grid to an ugx file. internally uses GridWriterUGX.
|
|