mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3304 Implement common data source changing for zonation and well path attributes
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
class RimCase;
|
||||
class RimWellLogCurve;
|
||||
class RimWellLogPlot;
|
||||
class RimWellLogTrack;
|
||||
class RimWellPath;
|
||||
|
||||
//==================================================================================================
|
||||
@@ -57,10 +58,10 @@ public:
|
||||
void setTimeStepToApply(int val);
|
||||
|
||||
void resetDefaultOptions();
|
||||
void updateDefaultOptions(const std::vector<RimWellLogCurve*>& curves);
|
||||
void updateDefaultOptions(const std::vector<RimWellLogCurve*>& curves, const std::vector<RimWellLogTrack*>& tracks);
|
||||
void updateDefaultOptions();
|
||||
void updateCurves(std::vector<RimWellLogCurve*>& curves);
|
||||
|
||||
void updateCurvesAndTracks(std::vector<RimWellLogCurve*>& curves, std::vector<RimWellLogTrack*>& tracks);
|
||||
void updateCurvesAndTracks();
|
||||
void applyPrevCase();
|
||||
void applyNextCase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user