Fault Reactivation: grid improvements (#11105)

Grid generator cleanup
This commit is contained in:
jonjenssen
2024-01-24 18:28:32 +01:00
committed by GitHub
parent 10a579fac5
commit cd0a56c924
10 changed files with 235 additions and 122 deletions

View File

@@ -130,6 +130,14 @@ bool RimCellFilter::isActive() const
return m_isActive();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimCellFilter::triggerFilterChanged() const
{
filterChanged.send();
}
//--------------------------------------------------------------------------------------------------
/// Is the cell filter doing active filtering, or is it just showning outline, etc. in the view
/// - isActive == true -> filter enabled in explorer

View File

@@ -70,6 +70,8 @@ public:
bool isActive() const;
void setActive( bool active );
void triggerFilterChanged() const;
virtual void setCase( RimCase* srcCase );
bool isRangeFilter() const;