WellPaths: Added support for mulitple paths in one ascii file.

p4#: 21980
This commit is contained in:
Jacob Støren
2013-06-24 22:04:52 +02:00
parent 636fd39c2f
commit 1ea5a49471
4 changed files with 179 additions and 65 deletions

View File

@@ -52,7 +52,7 @@ 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<int> wellPathIndexInFile; // -1 means none.
caf::PdmField<bool> showWellPathLabel;
@@ -74,7 +74,6 @@ private:
QString surveyType() { return m_surveyType; }
void setSurveyType(QString surveyType);
//RimWellPath* generateRimWellPathForFilePart(int wellPathNumberOnFile);
caf::PdmField<QString> id;
caf::PdmField<QString> sourceSystem;