mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3454 ExportProperty. Default result type set to undefined. Search through types when type not specified
This commit is contained in:
@@ -22,8 +22,16 @@
|
||||
|
||||
#include "RicfCommandObject.h"
|
||||
|
||||
#include <QString>
|
||||
|
||||
#include "cafPdmField.h"
|
||||
|
||||
#include <cvfObject.h>
|
||||
|
||||
class RigResultAccessor;
|
||||
class RimEclipseCase;
|
||||
class RimEclipseView;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
//
|
||||
@@ -38,6 +46,12 @@ public:
|
||||
|
||||
virtual void execute() override;
|
||||
|
||||
cvf::ref<RigResultAccessor> findResult(RimEclipseView* view,
|
||||
RimEclipseCase* eclipseCase,
|
||||
size_t timeStep,
|
||||
RiaDefines::ResultCatType resultType,
|
||||
const QString& property);
|
||||
|
||||
private:
|
||||
caf::PdmField<int> m_caseId;
|
||||
caf::PdmField<int> m_timeStepIndex;
|
||||
|
||||
Reference in New Issue
Block a user