Support both AND and OR operations when combining range and index filters (#11275)

Support both AND and OR operations when combining range and index filters
This commit is contained in:
jonjenssen
2024-03-11 20:02:47 +01:00
committed by GitHub
parent 2386ad8985
commit fb5758a363
7 changed files with 109 additions and 15 deletions

View File

@@ -161,7 +161,8 @@ cvf::ref<cvf::UByteArray> RimGeoMechContourMapProjection::getCellVisibility() co
cellRangeFilter,
&indexIncludeVis,
&indexExcludeVis,
view()->cellFilterCollection()->hasActiveIncludeIndexFilters() );
view()->cellFilterCollection()->hasActiveIncludeIndexFilters(),
view()->cellFilterCollection()->useAndOperation() );
}
if ( view()->propertyFilterCollection()->isActive() )
{