mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
#14101 Move Fault Distance to a case-level Data Analytics folder above the first view
This commit is contained in:
committed by
Magne Sjaastad
parent
2fc99a8ecb
commit
74c507a5fa
@@ -41,6 +41,7 @@
|
||||
class QString;
|
||||
|
||||
class RimWellTargetMapping;
|
||||
class RimFaultDistanceResultCollection;
|
||||
class RigCaseCellResultsData;
|
||||
class RigEclipseCaseData;
|
||||
class RigFormationNames;
|
||||
@@ -142,6 +143,8 @@ public:
|
||||
|
||||
void addWellTargetMapping( RimWellTargetMapping* wellTargetMapping );
|
||||
|
||||
RimFaultDistanceResultCollection* faultDistanceResults() const;
|
||||
|
||||
void updateResultAddressCollection();
|
||||
|
||||
void setReservoirData( RigEclipseCaseData* eclipseCase );
|
||||
@@ -203,6 +206,8 @@ private:
|
||||
|
||||
caf::PdmChildArrayField<RimWellTargetMapping*> m_wellTargetMappings;
|
||||
|
||||
caf::PdmChildField<RimFaultDistanceResultCollection*> m_faultDistanceResultCollection;
|
||||
|
||||
caf::PdmField<std::vector<caf::FilePath>> m_filesContainingFaults;
|
||||
|
||||
// Obsolete fields:
|
||||
|
||||
Reference in New Issue
Block a user