mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2122 Formation/Well Path: Set formations path and key on RimWellPath
This commit is contained in:
@@ -30,12 +30,14 @@
|
||||
class RigWellPathFormations : public cvf::Object
|
||||
{
|
||||
public:
|
||||
RigWellPathFormations(std::vector<std::pair<double, QString>> measuredDepthAndFormationNames);
|
||||
RigWellPathFormations(std::vector<std::pair<double, QString>> measuredDepthAndFormationNames, const QString& filePath, const QString& key);
|
||||
|
||||
QString wellName() const;
|
||||
QString filePath() const;
|
||||
QString keyInFile() const;
|
||||
|
||||
private:
|
||||
QString m_wellName;
|
||||
QString m_filePath;
|
||||
QString m_keyInFile;
|
||||
|
||||
std::vector<std::pair<double, QString>> m_measuredDepthAndFormationNames;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user