#5019 Refactor the color generation in the boxintersection into static methods

These methods are to be used from the normal intersections as well.
This commit is contained in:
Jacob Støren
2019-11-20 12:00:43 +01:00
parent c8053284d1
commit 46f335ad0b
4 changed files with 310 additions and 156 deletions

View File

@@ -115,7 +115,7 @@ void RimIntersectionCollection::updateCellResultColor( size_t
{
if ( cs->isActive() )
{
cs->intersectionBoxPartMgr()->updateCellResultColor( timeStepIndex, scalarColorMapper, ternaryColorMapper );
cs->intersectionBoxPartMgr()->updateCellResultColor( timeStepIndex );
}
}
}