mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
#12215 Well target candidates: Adjust user interface for single case.
Fixes #12215.
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
|
||||
class QString;
|
||||
|
||||
class RimWellTargetCandidatesGenerator;
|
||||
class RigCaseCellResultsData;
|
||||
class RigEclipseCaseData;
|
||||
class RigGridBase;
|
||||
@@ -130,6 +131,8 @@ public:
|
||||
void setReaderSettings( RifReaderSettings& readerSettings );
|
||||
RifReaderSettings readerSettings() const;
|
||||
|
||||
void addWellTargetsGenerator( RimWellTargetCandidatesGenerator* generator );
|
||||
|
||||
void updateResultAddressCollection();
|
||||
|
||||
protected:
|
||||
@@ -174,6 +177,8 @@ private:
|
||||
caf::PdmChildField<RimReservoirCellResultsStorage*> m_fractureModelResults;
|
||||
caf::PdmChildField<RimEclipseViewCollection*> m_viewCollection;
|
||||
|
||||
caf::PdmChildArrayField<RimWellTargetCandidatesGenerator*> m_wellTargetGenerators;
|
||||
|
||||
caf::PdmField<std::vector<caf::FilePath>> m_filesContainingFaults;
|
||||
|
||||
// Obsolete fields:
|
||||
|
||||
Reference in New Issue
Block a user