mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well measurement improvements
* Update 3D view and plot when measurement data is added * #8625 Make visibility of measurement follow well path visibility
This commit is contained in:
@@ -35,6 +35,7 @@ public:
|
||||
~RimWellMeasurementInViewCollection() override;
|
||||
|
||||
std::vector<RimWellMeasurementInView*> measurements() const;
|
||||
std::vector<RimWellMeasurementInView*> visibleMeasurementsForWellPath( const QString& wellName ) const;
|
||||
|
||||
void syncWithChangesInWellMeasurementCollection();
|
||||
|
||||
@@ -46,4 +47,5 @@ protected:
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimWellMeasurementInView*> m_measurementsInView;
|
||||
caf::PdmField<bool> m_linkWellVisibility;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user