mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#541) Added feature for export of well log plot curves to a LAS file
Did some refactoring/improvements by introducing new class RigWellLogCurveData.
This commit is contained in:
@@ -30,6 +30,7 @@ namespace NRLib
|
||||
class Well;
|
||||
}
|
||||
|
||||
class RimWellLogPlotCurve;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
@@ -51,6 +52,8 @@ public:
|
||||
QString depthUnit() const;
|
||||
QString wellLogChannelUnit(const QString& wellLogChannelName) const;
|
||||
|
||||
static bool exportToLasFile(const RimWellLogPlotCurve* curve, const QString& fileName);
|
||||
|
||||
private:
|
||||
void close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user