mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5001 Improve filtering of measurement collection.
This commit is contained in:
@@ -23,12 +23,15 @@ class RimWellPath;
|
||||
class RimWellMeasurement;
|
||||
class RimWellPathCollection;
|
||||
|
||||
class QString;
|
||||
|
||||
class RimWellMeasurementFilter
|
||||
{
|
||||
public:
|
||||
static std::vector<RimWellMeasurement*> filterMeasurements( const std::vector<RimWellMeasurement*>& measurements,
|
||||
const RimWellPathCollection& wellPathCollection,
|
||||
const RimWellPath& rimWellPath );
|
||||
const RimWellPath& rimWellPath,
|
||||
const std::vector<QString>& measurementKinds );
|
||||
|
||||
private:
|
||||
RimWellMeasurementFilter();
|
||||
|
||||
Reference in New Issue
Block a user