mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5217 Filter well measurements by quality
This commit is contained in:
committed by
Magne Sjaastad
parent
2a0ba626d7
commit
ed19f41586
@@ -38,7 +38,8 @@ public:
|
||||
const RimWellPath& rimWellPath,
|
||||
const std::vector<QString>& measurementKinds,
|
||||
double lowerBound,
|
||||
double upperBound );
|
||||
double upperBound,
|
||||
const std::vector<int>& qualityFilter );
|
||||
|
||||
static std::vector<RimWellMeasurement*> filterMeasurements( const std::vector<RimWellMeasurement*>& measurements,
|
||||
const std::vector<QString>& measurementKinds );
|
||||
@@ -47,4 +48,6 @@ private:
|
||||
RimWellMeasurementFilter();
|
||||
|
||||
static bool isInsideRange( double value, double lowerBound, double upperBound );
|
||||
|
||||
static bool hasQuality( int quality, const std::vector<int>& qualityFilter );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user