mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Formation names: Set default formation info on add curve commands
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user