Ascii Well path import: Works for one path in one file

p4#: 21966
This commit is contained in:
Jacob Støren
2013-06-21 15:59:04 +02:00
parent 139c80dfa0
commit cd6d60d896
2 changed files with 52 additions and 18 deletions

View File

@@ -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;