mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5001 Move RimWellMeasurementCollection from RimWellPath to
RimWellPathCollection. Also add filtering of measurements by well path.
This commit is contained in:
@@ -42,6 +42,7 @@ class RimProject;
|
||||
class RimWellLogFile;
|
||||
class RimWellPath;
|
||||
class RifWellPathFormationsImporter;
|
||||
class RimWellMeasurementCollection;
|
||||
class QString;
|
||||
|
||||
namespace cvf
|
||||
@@ -111,6 +112,9 @@ public:
|
||||
bool anyWellsContainingPerforationIntervals() const;
|
||||
size_t modelledWellPathCount() const;
|
||||
|
||||
RimWellMeasurementCollection* measurementCollection();
|
||||
const RimWellMeasurementCollection* measurementCollection() const;
|
||||
|
||||
protected:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField,
|
||||
const QVariant& oldValue,
|
||||
@@ -125,7 +129,8 @@ private:
|
||||
|
||||
RiaEclipseUnitTools::UnitSystemType findUnitSystemForWellPath( const RimWellPath* wellPath );
|
||||
|
||||
RifWellPathImporter* m_wellPathImporter;
|
||||
RifWellPathFormationsImporter* m_wellPathFormationsImporter;
|
||||
caf::PdmPointer<RimWellPath> m_mostRecentlyUpdatedWellPath;
|
||||
RifWellPathImporter* m_wellPathImporter;
|
||||
RifWellPathFormationsImporter* m_wellPathFormationsImporter;
|
||||
caf::PdmPointer<RimWellPath> m_mostRecentlyUpdatedWellPath;
|
||||
caf::PdmChildField<RimWellMeasurementCollection*> m_wellMeasurements;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user