#2331 Renamed RimView to Rim3dView

This commit is contained in:
Jacob Støren
2018-01-09 10:11:28 +01:00
parent 038914dc01
commit cb6d49a611
139 changed files with 1487 additions and 394 deletions

View File

@@ -103,7 +103,7 @@ QString RigReservoirGridTools::gridName(RimCase* rimCase, int gridIndex)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RigActiveCellInfo* RigReservoirGridTools::activeCellInfo(RimView* rimView)
RigActiveCellInfo* RigReservoirGridTools::activeCellInfo(Rim3dView* rimView)
{
RimEclipseView* eclipseView = dynamic_cast<RimEclipseView*>(rimView);
if (eclipseView)

View File

@@ -22,7 +22,7 @@ class RigActiveCellInfo;
class RigFemPartCollection;
class RigMainGrid;
class RimCase;
class RimView;
class Rim3dView;
namespace cvf
{
@@ -43,7 +43,7 @@ public:
static const cvf::StructGridInterface* gridByIndex(RimCase* rimCase, int gridIndex);
static QString gridName(RimCase* rimCase, int gridIndex);
static RigActiveCellInfo* activeCellInfo(RimView* rimView);
static RigActiveCellInfo* activeCellInfo(Rim3dView* rimView);
private:
static RigMainGrid* eclipseMainGrid(RimCase* rimCase);