WellLogPlot. Handle multiple well log files in well path

This commit is contained in:
Bjørn Erik Jensen
2017-10-23 19:09:08 +02:00
parent dc82888ede
commit 34d77d2733
3 changed files with 18 additions and 2 deletions

View File

@@ -64,6 +64,8 @@ protected:
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly);
virtual void initAfterRead() override;
bool isInRftPlot() const;
protected:
caf::PdmPtrField<RimWellPath*> m_wellPath;
caf::PdmPtrField<RimWellLogFile*> m_wellLogFile;