mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4248 Add option for making invisible cells inactive in Export Sector Model
This commit is contained in:
@@ -39,7 +39,7 @@ public :
|
||||
const RicExportEclipseSectorModelUi& exportSettings,
|
||||
const QString& logPrefix);
|
||||
|
||||
static std::pair<cvf::Vec3st, cvf::Vec3st> getVisibleCellRange(RimEclipseView* view);
|
||||
static std::pair<cvf::Vec3st, cvf::Vec3st> getVisibleCellRange(RimEclipseView* view, const cvf::UByteArray& cellVisibility);
|
||||
protected:
|
||||
bool isCommandEnabled() override;
|
||||
void onActionTriggered(bool isChecked) override;
|
||||
|
||||
Reference in New Issue
Block a user