mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename RimIntersectionHandle to RimIntersection
This commit is contained in:
@@ -38,7 +38,7 @@ class RivTernaryScalarMapper;
|
||||
class RimCellEdgeColors;
|
||||
class RimEclipseCellColors;
|
||||
class RimBoxIntersection;
|
||||
class RimIntersectionHandle;
|
||||
class RimIntersection;
|
||||
class RimEclipseView;
|
||||
class RimGeoMechView;
|
||||
class RimEclipseResultDefinition;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "RimGeoMechCellColors.h"
|
||||
#include "RimGeoMechView.h"
|
||||
#include "RimGridView.h"
|
||||
#include "RimIntersectionHandle.h"
|
||||
#include "RimIntersection.h"
|
||||
#include "RimIntersectionResultDefinition.h"
|
||||
#include "RimRegularLegendConfig.h"
|
||||
#include "RimTernaryLegendConfig.h"
|
||||
@@ -51,7 +51,7 @@
|
||||
void RivIntersectionResultsColoringTools::calculateIntersectionResultColors(
|
||||
size_t timeStepIndex,
|
||||
bool useSeparateIntersectionResDefTimeStep,
|
||||
RimIntersectionHandle* rimIntersectionHandle,
|
||||
RimIntersection* rimIntersectionHandle,
|
||||
const RivIntersectionGeometryGeneratorIF* intersectionGeomGenIF,
|
||||
const cvf::ScalarMapper* explicitScalarColorMapper,
|
||||
const RivTernaryScalarMapper* explicitTernaryColorMapper,
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
class RimEclipseResultDefinition;
|
||||
class RimGeoMechResultDefinition;
|
||||
class RimIntersectionHandle;
|
||||
class RimIntersection;
|
||||
|
||||
class RivIntersectionGeometryGeneratorIF;
|
||||
class RivTernaryScalarMapper;
|
||||
@@ -45,7 +45,7 @@ class RivIntersectionResultsColoringTools
|
||||
public:
|
||||
static void calculateIntersectionResultColors( size_t timeStepIndex,
|
||||
bool useSeparateIntersectionResDefTimeStep,
|
||||
RimIntersectionHandle* rimIntersectionHandle,
|
||||
RimIntersection* rimIntersectionHandle,
|
||||
const RivIntersectionGeometryGeneratorIF* intersectionGeomGenIF,
|
||||
const cvf::ScalarMapper* explicitScalarColorMapper,
|
||||
const RivTernaryScalarMapper* explicitTernaryColorMapper,
|
||||
|
||||
Reference in New Issue
Block a user