#2123 Formation/Well Path: Add func to find well paths with formations

This commit is contained in:
Rebecca Cox
2017-11-27 14:36:19 +01:00
parent bdc680bc03
commit a724049487
4 changed files with 48 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ public:
void setFormationsGeometry(cvf::ref<RigWellPathFormations> wellPathFormations);
bool readWellPathFormationsFile(QString* errorMessage, RifWellPathFormationsImporter* wellPathFormationsImporter);
bool hasFormations() const;
const RigWellPathFormations* formationsGeometry() const;
virtual caf::PdmFieldHandle* userDescriptionField() override;
virtual caf::PdmFieldHandle* objectToggleField() override;