#2099 #2101 (partly) PLT plot. Well path/well name matching issues. Display only wells with well path

This commit is contained in:
Bjørn Erik Jensen
2017-11-08 16:35:58 +01:00
parent 1321b0d754
commit 95a5085ba0
5 changed files with 129 additions and 95 deletions

View File

@@ -127,6 +127,7 @@ public:
std::vector<QString> simulationWellNames() const;
std::vector<const RigWellPath*> simulationWellBranches(const QString& simWellName);
RimWellPath* wellPathFromSimulationWell(const QString& simWellName, int branchIndex = -1);
RimWellPath* wellPathByName(const QString& wellPathName) const;
std::vector<RimWellPath*> allWellPaths() const;
std::vector<RimGeoMechCase*> geoMechCases() const;