mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
@@ -49,8 +49,6 @@ public:
|
||||
RimWellPath();
|
||||
virtual ~RimWellPath();
|
||||
|
||||
void setProject(RimProject* project) { m_project = project; }
|
||||
void setCollection(RimWellPathCollection* collection) { m_wellPathCollection = collection; }
|
||||
void setLogFileInfo(RimWellLogFile* logFileInfo);
|
||||
|
||||
virtual caf::PdmFieldHandle* userDescriptionField();
|
||||
@@ -74,7 +72,7 @@ public:
|
||||
RigWellPath* wellPathGeometry() { return m_wellPath.p(); }
|
||||
RivWellPathPartMgr* partMgr();
|
||||
|
||||
bool readWellPathFile(QString * errorMessage);
|
||||
bool readWellPathFile(QString * errorMessage, RifWellPathAsciiFileReader* asciiReader);
|
||||
void updateFilePathsFromProjectPath();
|
||||
|
||||
|
||||
@@ -83,7 +81,7 @@ private:
|
||||
|
||||
void setWellPathGeometry(RigWellPath* wellPathModel) { m_wellPath = wellPathModel; }
|
||||
void readJsonWellPathFile();
|
||||
void readAsciiWellPathFile();
|
||||
void readAsciiWellPathFile(RifWellPathAsciiFileReader* asciiReader);
|
||||
QString surveyType() { return m_surveyType; }
|
||||
void setSurveyType(QString surveyType);
|
||||
|
||||
@@ -104,6 +102,4 @@ private:
|
||||
|
||||
cvf::ref<RigWellPath> m_wellPath;
|
||||
cvf::ref<RivWellPathPartMgr> m_wellPathPartMgr;
|
||||
caf::PdmPointer<RimWellPathCollection> m_wellPathCollection;
|
||||
RimProject* m_project;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user