mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Renamed RimView to Rim3dView
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "RicIntersectionViewerEventHandler.h"
|
||||
#include "RimIntersection.h"
|
||||
#include "RimView.h"
|
||||
#include "Rim3dView.h"
|
||||
|
||||
#include "cafDisplayCoordTransform.h"
|
||||
#include "cafSelectionManager.h"
|
||||
@@ -49,7 +49,7 @@ bool RicIntersectionViewerEventHandler::handleEvent(cvf::Object* eventObject)
|
||||
{
|
||||
RimIntersection* intersection = selection[0];
|
||||
|
||||
RimView* rimView = nullptr;
|
||||
Rim3dView* rimView = nullptr;
|
||||
intersection->firstAncestorOrThisOfType(rimView);
|
||||
CVF_ASSERT(rimView);
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "RiaApplication.h"
|
||||
|
||||
#include "RimView.h"
|
||||
#include "Rim3dView.h"
|
||||
#include "RimWellPath.h"
|
||||
|
||||
#include "RiuMainWindow.h"
|
||||
@@ -56,7 +56,7 @@ bool RicWellPathViewerEventHandler::handleEvent(cvf::Object* eventObject)
|
||||
const RivWellPathSourceInfo* wellPathSourceInfo = dynamic_cast<const RivWellPathSourceInfo*>(uiEvent->firstHitPart->sourceInfo());
|
||||
if (wellPathSourceInfo)
|
||||
{
|
||||
RimView* rimView = RiaApplication::instance()->activeReservoirView();
|
||||
Rim3dView* rimView = RiaApplication::instance()->activeReservoirView();
|
||||
if (!rimView) return false;
|
||||
|
||||
cvf::ref<caf::DisplayCoordTransform> transForm = rimView->displayCoordTransform();
|
||||
|
||||
Reference in New Issue
Block a user