(#498) Picking and displaying well log channel unit from LAS files

This commit is contained in:
Pål Hagen
2015-09-21 10:10:25 +02:00
parent 22d033669d
commit 5e8a6d90cd
7 changed files with 62 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ public:
void setWellPath(RimWellPath* wellPath);
void setWellLogChannelName(const QString& name);
void setWellLogChannelUnit(const QString& name);
// Overrides from RimWellLogPlotCurve
virtual void updatePlotData();
@@ -60,6 +61,7 @@ protected:
protected:
caf::PdmPtrField<RimWellPath*> m_wellPath;
caf::PdmField<QString> m_wellLogChannnelName;
caf::PdmField<QString> m_wellLogChannnelUnit;
};