mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Separate Wbs Parameters from RimWellBoreStabilityPlot
This commit is contained in:
@@ -52,6 +52,8 @@ public:
|
||||
|
||||
RimWellLogCurveCommonDataSource();
|
||||
|
||||
void setCaseType( RiaDefines::CaseType caseType );
|
||||
|
||||
RimCase* caseToApply() const;
|
||||
void setCaseToApply( RimCase* val );
|
||||
int trajectoryTypeToApply() const;
|
||||
@@ -102,6 +104,8 @@ protected:
|
||||
void modifyCurrentIndex( caf::PdmValueField* field, int indexOffset );
|
||||
|
||||
private:
|
||||
RiaDefines::CaseType m_caseType;
|
||||
|
||||
caf::PdmPtrField<RimCase*> m_case;
|
||||
caf::PdmField<int> m_trajectoryType;
|
||||
caf::PdmPtrField<RimWellPath*> m_wellPath;
|
||||
|
||||
Reference in New Issue
Block a user