mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Prep for Gromech range filters:
* Generalized RangeFilter vs view * Added stub implememntation of a StructGridInterface implementation for Fem parts
This commit is contained in:
@@ -30,6 +30,7 @@ class RimEclipseView;
|
||||
namespace cvf
|
||||
{
|
||||
class CellRangeFilter;
|
||||
class StructGridInterface;
|
||||
}
|
||||
|
||||
//==================================================================================================
|
||||
@@ -67,7 +68,7 @@ protected:
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly );
|
||||
|
||||
private:
|
||||
RigGridBase* selectedGrid();
|
||||
const cvf::StructGridInterface* selectedGrid();
|
||||
|
||||
RimCellRangeFilterCollection* m_parentContainer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user