ECLResultData.hpp File Reference
#include <memory>
#include <string>
#include <vector>
#include <boost/filesystem/path.hpp>
Include dependency graph for ECLResultData.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::ECLRestartData
 
class  Opm::ECLInitFileData
 

Namespaces

namespace  Opm
 

Typedefs

typedef struct ecl_file_struct ecl_file_type
 

Detailed Description

Interface to direct result-set data vector operations.

Typedef Documentation

◆ ecl_file_type

typedef struct ecl_file_struct ecl_file_type

Forward-declaration of ERT's representation of an ECLIPSE result file.

This is a hole in the insulation between the interface and the underlying implementation of class ECLInitFileData and furthermore enables constructing wrapper objects from separately parsed result sets.