mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1947 RFT/PLT Plot: Add QWT curve
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
class RimEclipseResultCase;
|
||||
class RifReaderEclipseRft;
|
||||
|
||||
class RiuLineSegmentQwtPlotCurve;
|
||||
//==================================================================================================
|
||||
///
|
||||
///
|
||||
@@ -45,8 +45,8 @@ public:
|
||||
virtual QString wellName() const override;
|
||||
virtual QString wellLogChannelName() const override;
|
||||
|
||||
std::vector<double> yValues();
|
||||
std::vector<double> xValues();
|
||||
std::vector<double> depthValues();
|
||||
|
||||
int currentTimeStep() const;
|
||||
|
||||
@@ -64,6 +64,8 @@ private:
|
||||
RifReaderEclipseRft* rftReader() const;
|
||||
|
||||
private:
|
||||
RiuLineSegmentQwtPlotCurve* m_qwtPlotCurve;
|
||||
|
||||
caf::PdmPtrField<RimEclipseResultCase*> m_eclipseResultCase;
|
||||
caf::PdmField<time_t> m_timeStep;
|
||||
caf::PdmField<QString> m_wellName;
|
||||
|
||||
Reference in New Issue
Block a user