Method rename

This commit is contained in:
Jacob Støren
2019-11-26 10:35:45 +01:00
parent 5593fb198c
commit bf8ed71641
4 changed files with 25 additions and 25 deletions

View File

@@ -153,14 +153,14 @@ void RivIntersectionPartMgr::updateCellResultColor( size_t
const cvf::ScalarMapper* explicitScalarColorMapper,
const RivTernaryScalarMapper* explicitTernaryColorMapper )
{
RivIntersectionResultsColoringTools::updateCellResultColorStatic( timeStepIndex,
!m_isFlattened,
m_rimCrossSection,
m_crossSectionGenerator.p(),
explicitScalarColorMapper,
explicitTernaryColorMapper,
m_crossSectionFaces.p(),
m_crossSectionFacesTextureCoords.p() );
RivIntersectionResultsColoringTools::calculateIntersectionResultColors( timeStepIndex,
!m_isFlattened,
m_rimCrossSection,
m_crossSectionGenerator.p(),
explicitScalarColorMapper,
explicitTernaryColorMapper,
m_crossSectionFaces.p(),
m_crossSectionFacesTextureCoords.p() );
}
//--------------------------------------------------------------------------------------------------