Formation names: Set default formation info on add curve commands

This commit is contained in:
Rebecca Cox
2017-11-28 11:00:36 +01:00
parent c6b5936b30
commit 38e2b7a74a
3 changed files with 63 additions and 4 deletions

View File

@@ -80,7 +80,12 @@ public:
size_t curveIndex(RimWellLogCurve* curve);
size_t curveCount() { return curves.size(); }
void setXAxisTitle(const QString& text);
void setFormationWellPath(RimWellPath* wellPath);
void setFormationSimWellName(const QString& simWellName);
void setFormationBranchIndex(int branchIndex);
void setFormationCase(RimCase* rimCase);
void setFormationTrajectoryType(TrajectoryType trajectoryType);
int formationBranchIndex() const;
RimCase* formationNamesCase() const;