mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1769 Add time step filtering when importing model
Move import code from RiaApplication to command feature Show time step selection UI when importing Eclipse data Support time step reading of HDF data
This commit is contained in:
@@ -20,20 +20,23 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "RifEclipseRestartDataAccess.h"
|
||||
|
||||
#include "ert/ecl/ecl_util.h"
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
|
||||
#include "RifReaderInterface.h"
|
||||
#include "RifEclipseRestartDataAccess.h"
|
||||
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QDateTime>
|
||||
|
||||
#include "ert/ecl/ecl_util.h"
|
||||
#include <vector>
|
||||
|
||||
typedef struct ecl_file_struct ecl_file_type;
|
||||
|
||||
class RifEclipseRestartDataAccess;
|
||||
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -62,6 +65,9 @@ public:
|
||||
|
||||
static int readUnitsType(ecl_file_type* ecl_file);
|
||||
|
||||
static cvf::ref<RifEclipseRestartDataAccess> createDynamicResultAccess(const QString& fileName);
|
||||
|
||||
|
||||
private:
|
||||
static void createReportStepsMetaData(std::vector<ecl_file_type*> ecl_files, std::vector<RifRestartReportStep>* reportSteps);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user