mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Method rename
This commit is contained in:
@@ -84,7 +84,7 @@ void RivIntersectionBoxPartMgr::applySingleColorEffect()
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RivIntersectionBoxPartMgr::updateCellResultColor( size_t timeStepIndex )
|
void RivIntersectionBoxPartMgr::updateCellResultColor( size_t timeStepIndex )
|
||||||
{
|
{
|
||||||
RivIntersectionResultsColoringTools::updateCellResultColorStatic( timeStepIndex,
|
RivIntersectionResultsColoringTools::calculateIntersectionResultColors( timeStepIndex,
|
||||||
true,
|
true,
|
||||||
m_rimIntersectionBox,
|
m_rimIntersectionBox,
|
||||||
m_intersectionBoxGenerator.p(),
|
m_intersectionBoxGenerator.p(),
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ void RivIntersectionPartMgr::updateCellResultColor( size_t
|
|||||||
const cvf::ScalarMapper* explicitScalarColorMapper,
|
const cvf::ScalarMapper* explicitScalarColorMapper,
|
||||||
const RivTernaryScalarMapper* explicitTernaryColorMapper )
|
const RivTernaryScalarMapper* explicitTernaryColorMapper )
|
||||||
{
|
{
|
||||||
RivIntersectionResultsColoringTools::updateCellResultColorStatic( timeStepIndex,
|
RivIntersectionResultsColoringTools::calculateIntersectionResultColors( timeStepIndex,
|
||||||
!m_isFlattened,
|
!m_isFlattened,
|
||||||
m_rimCrossSection,
|
m_rimCrossSection,
|
||||||
m_crossSectionGenerator.p(),
|
m_crossSectionGenerator.p(),
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
void RivIntersectionResultsColoringTools::updateCellResultColorStatic(
|
void RivIntersectionResultsColoringTools::calculateIntersectionResultColors(
|
||||||
size_t timeStepIndex,
|
size_t timeStepIndex,
|
||||||
bool useSeparateIntersectionResDefTimeStep,
|
bool useSeparateIntersectionResDefTimeStep,
|
||||||
RimIntersectionHandle* rimIntersectionHandle,
|
RimIntersectionHandle* rimIntersectionHandle,
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class ScalarMapper;
|
|||||||
class RivIntersectionResultsColoringTools
|
class RivIntersectionResultsColoringTools
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static void updateCellResultColorStatic( size_t timeStepIndex,
|
static void calculateIntersectionResultColors( size_t timeStepIndex,
|
||||||
bool useSeparateIntersectionResDefTimeStep,
|
bool useSeparateIntersectionResDefTimeStep,
|
||||||
RimIntersectionHandle* rimIntersectionHandle,
|
RimIntersectionHandle* rimIntersectionHandle,
|
||||||
const RivIntersectionGeometryGeneratorIF* intersectionGeomGenIF,
|
const RivIntersectionGeometryGeneratorIF* intersectionGeomGenIF,
|
||||||
|
|||||||
Reference in New Issue
Block a user