(#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:
Pål Hagen
2015-10-15 11:27:12 +02:00
parent 5f92e87070
commit 08573be64b
16 changed files with 476 additions and 68 deletions

View File

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