mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Range filter: Add grid type drop-down list to enable LGR-grid range filtering
TP#3995 p4#: 21408
This commit is contained in:
@@ -43,7 +43,11 @@ public:
|
||||
|
||||
void addCellExcludeRange(size_t minI, size_t minJ, size_t minK, size_t maxI, size_t maxJ, size_t maxK);
|
||||
|
||||
bool isCellRejected(size_t i, size_t j, size_t k) const;
|
||||
//bool isCellRejected(size_t i, size_t j, size_t k) const;
|
||||
|
||||
bool isCellVisible(size_t i, size_t j, size_t k) const;
|
||||
bool isCellExcluded(size_t i, size_t j, size_t k) const;
|
||||
|
||||
|
||||
enum CellStateType
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user