mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Basic well log plot functionality with dummy data up & running
Traces can be added to and deleted from well log plots, and curves with dummy data can be added and deleted. TODO: Replace dummy data with real well log data and data extracted from the model.
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
class RimWellLogPlotTrace;
|
||||
class RiuWellLogPlot;
|
||||
class RimWellLogPlotTrace;
|
||||
|
||||
|
||||
//==================================================================================================
|
||||
@@ -45,6 +45,8 @@ public:
|
||||
|
||||
void addTrace();
|
||||
|
||||
RiuWellLogPlot* viewer();
|
||||
|
||||
protected:
|
||||
|
||||
// Overridden PDM methods
|
||||
|
Reference in New Issue
Block a user