#3517 Temp LGR. Add nodes below Grids node. Command for deleting temp LGRs

This commit is contained in:
Bjørn Erik Jensen
2018-10-24 13:01:17 +02:00
parent 08776a09b3
commit 608dae30a0
11 changed files with 545 additions and 18 deletions

View File

@@ -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