mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Ascii Well path import: Works for one path in one file
p4#: 21966
This commit is contained in:
@@ -52,6 +52,8 @@ public:
|
||||
caf::PdmField<QString> name;
|
||||
|
||||
caf::PdmField<QString> filepath;
|
||||
//caf::PdmField<int> wellPathIndexInFile; // -1 means all, but is not to be used when saving.
|
||||
|
||||
caf::PdmField<bool> showWellPathLabel;
|
||||
|
||||
caf::PdmField<bool> showWellPath;
|
||||
@@ -72,6 +74,8 @@ private:
|
||||
QString surveyType() { return m_surveyType; }
|
||||
void setSurveyType(QString surveyType);
|
||||
|
||||
//RimWellPath* generateRimWellPathForFilePart(int wellPathNumberOnFile);
|
||||
|
||||
caf::PdmField<QString> id;
|
||||
caf::PdmField<QString> sourceSystem;
|
||||
caf::PdmField<QString> utmZone;
|
||||
|
||||
Reference in New Issue
Block a user