#2043 WellPath import. Improve well path name and sim well name matching

This commit is contained in:
Bjørn Erik Jensen
2017-10-27 09:11:03 +02:00
parent 0db436a181
commit 4cf80e3fe6
2 changed files with 27 additions and 17 deletions

View File

@@ -34,6 +34,8 @@
#include "cafPdmChildArrayField.h"
#include "cvfObject.h"
#include <functional>
class RifWellPathImporter;
class RigWellPath;
class RimProject;
@@ -120,7 +122,9 @@ public:
int associatedSimulationWellBranch() const;
bool tryAssociateWithSimulationWell();
bool isAssociatedWithSimulationWell() const;
bool tryMatchName(QString wellPathName, const std::vector<QString>& simWellNames);
bool tryMatchName(QString wellPathName,
const std::vector<QString>& simWellNames,
std::function<QString(QString)> stringFormatter = nullptr);
private: