ug4
file_io_grdecl.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include "../lg_base.h"
#include "common/util/string_util.h"
#include "lib_grid/global_attachments.h"
#include "file_io_grdecl.h"

Classes

struct  ug::ab
 
struct  ug::xy
 
struct  ug::xyz
 

Namespaces

 ug
 the ug namespace
 

Functions

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 More...