#1032 : WLP Added setter and getter for well path and case

This commit is contained in:
Magne Sjaastad
2016-12-17 16:30:38 +01:00
parent 7fe9357b0f
commit c698206194
2 changed files with 29 additions and 1 deletions

View File

@@ -41,8 +41,12 @@ public:
RimWellLogExtractionCurve();
virtual ~RimWellLogExtractionCurve();
void setWellPath(RimWellPath* wellPath);
RimWellPath* wellPath() const;
void setCase(RimCase* rimCase);
RimCase* rimCase() const;
void setPropertiesFromView(RimView* view);
virtual QString wellName() const;