|
| bool | ug::AttachAct (Grid &grid, const char *filename, string name) |
| |
| bool | ug::AttachProperty (Grid &grid, const char *filename, string name) |
| |
| void | ug::GetAct (string str, vector< size_t > &act) |
| |
| void | ug::GetCoord (string str, vector< double > &coord) |
| |
| void | ug::GetDim (string str, vector< size_t > &dim) |
| |
| void | ug::GetProperty (string str, vector< double > &prop) |
| |
| void | ug::GetZcorn (string str, vector< double > &zcorn) |
| |
| bool | ug::LoadGridFromGRDECL (Grid &grid, const char *filename, AVector3 &aPos=aPosition) |
| | loads a grid from txt
|
| |