#1948 PLT Plot. Display curves from well log file

This commit is contained in:
Bjørn Erik Jensen
2017-10-25 14:43:17 +02:00
parent 0cb64ef982
commit a97fc2b9ba
5 changed files with 677 additions and 493 deletions

View File

@@ -32,6 +32,7 @@
class RiuWellLogPlot;
class RimWellLogTrack;
class RimWellRftPlot;
class RimWellPltPlot;
//==================================================================================================
@@ -104,6 +105,8 @@ public:
RimWellRftPlot* rftPlot() const;
bool isRftPlotChild() const;
RimWellPltPlot* pltPlot() const;
bool isPltPlotChild() const;
protected: