#5477 Add independent scaling factor field to well measurements

This commit is contained in:
Kristian Bendiksen
2020-02-07 10:15:16 +01:00
parent e1c4f98059
commit 646a102eff
4 changed files with 52 additions and 8 deletions

View File

@@ -54,6 +54,7 @@ public:
void rangeValues( double* lowerBound, double* upperBound ) const;
std::vector<int> qualityFilter() const;
double radiusScaleFactor() const;
protected:
void defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName = "" ) override;
@@ -88,6 +89,7 @@ private:
caf::PdmField<std::vector<int>> m_qualityFilter;
caf::PdmField<QString> m_wellsSerialized;
caf::PdmField<QString> m_availableWellsSerialized;
caf::PdmField<double> m_radiusScaleFactor;
void selectNewWells( const std::set<QString>& wells );
void setAvailableWells( const std::set<QString>& wells );