mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3517 Temp LGR. Add nodes below Grids node. Command for deleting temp LGRs
This commit is contained in:
@@ -46,7 +46,13 @@ public:
|
||||
RimCellRangeFilter();
|
||||
~RimCellRangeFilter() override;
|
||||
|
||||
caf::PdmField<int> gridIndex; // The index of the grid that this filter applies to
|
||||
void setGridIndex(int gridIndex);
|
||||
int gridIndex() const;
|
||||
|
||||
private:
|
||||
caf::PdmField<int> m_gridIndex; // The index of the grid that this filter applies to
|
||||
|
||||
public:
|
||||
caf::PdmField<bool> propagateToSubGrids; // Do propagate the effects to the sub-grids
|
||||
|
||||
caf::PdmField<int> startIndexI; // Eclipse indexing, first index is 1
|
||||
|
||||
Reference in New Issue
Block a user