mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RFT segment plot adjustments (#9912)
* Delete RFT plot when associated case is deleted * Rename * Hide track/curves with no data
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
bool depthValueRangeInData( double* minimumValue, double* maximumValue ) const;
|
||||
|
||||
const RigWellLogCurveData* curveData() const;
|
||||
bool isAnyCurveDataPresent() const override;
|
||||
|
||||
void updateCurveAppearance() override;
|
||||
|
||||
@@ -105,6 +106,8 @@ protected:
|
||||
const std::vector<double>& depthValues,
|
||||
const std::vector<double>& errorValues );
|
||||
|
||||
void clearCurveData();
|
||||
|
||||
bool isVerticalCurve() const;
|
||||
RiuPlotAxis depthAxis() const;
|
||||
RiuPlotAxis valueAxis() const;
|
||||
|
||||
Reference in New Issue
Block a user