mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#437) Using MD or TVD depth values for well log extraction curves
Also renamed some methods for clarity, and fixed a bug in RimWellLogPlot::updateViewerWidget(). Using this method instead of loadDataAndUpdate() when toggling visibility of the plot.
This commit is contained in:
@@ -56,6 +56,7 @@ public:
|
||||
size_t traceCount() { return traces.size();}
|
||||
|
||||
void loadDataAndUpdate();
|
||||
void updateTraces();
|
||||
|
||||
RiuWellLogPlot* viewer();
|
||||
|
||||
@@ -71,6 +72,8 @@ public:
|
||||
void updateAxisRanges();
|
||||
void setVisibleDepthRangeFromContents();
|
||||
|
||||
DepthTypeEnum depthType() const;
|
||||
|
||||
virtual caf::PdmFieldHandle* userDescriptionField() { return &m_userName; }
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user