#5019 2D Intersection views based on separate intersection results now respects the animation toolbar

This commit is contained in:
Jacob Støren
2019-11-25 13:02:35 +01:00
parent eed9f6abad
commit 4bafefa225
4 changed files with 10 additions and 3 deletions

View File

@@ -43,8 +43,9 @@ class ScalarMapper;
class RivIntersectionResultsColoringTools
{
public:
static void updateCellResultColorStatic( size_t timeStepIndex,
RimIntersectionHandle* rimIntersectionHandle,
static void updateCellResultColorStatic( size_t timeStepIndex,
bool useSeparateIntersectionResDefTimeStep,
RimIntersectionHandle* rimIntersectionHandle,
const RivIntersectionGeometryGeneratorIF* intersectionGeomGenIF,
const cvf::ScalarMapper* explicitScalarColorMapper,
const RivTernaryScalarMapper* explicitTernaryColorMapper,