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:
Magne Sjaastad
2023-03-06 14:34:22 +01:00
parent e2a5e2e476
commit 415a119f41
32 changed files with 355 additions and 169 deletions

View File

@@ -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;