#3757 Rename RiuSelectionManager to Riu3dSelectionManager

This commit is contained in:
Jacob Støren
2018-11-30 12:53:46 +01:00
parent c2206abca5
commit 92a45e959e
31 changed files with 90 additions and 90 deletions

View File

@@ -39,7 +39,7 @@
#include "RimEclipseResultCase.h"
#include "RiuPlotMainWindowTools.h"
#include "RiuSelectionManager.h"
#include "Riu3dSelectionManager.h"
#include "cafSelectionManagerTools.h"
@@ -152,7 +152,7 @@ RimWellPath* RicNewPltPlotFeature::selectedWellPath() const
//--------------------------------------------------------------------------------------------------
RimSimWellInView* RicNewPltPlotFeature::selectedSimulationWell(int * branchIndex) const
{
RiuSelectionItem* selItem = RiuSelectionManager::instance()->selectedItem(RiuSelectionManager::RUI_TEMPORARY);
RiuSelectionItem* selItem = Riu3dSelectionManager::instance()->selectedItem(Riu3dSelectionManager::RUI_TEMPORARY);
RiuSimWellSelectionItem* simWellSelItem = dynamic_cast<RiuSimWellSelectionItem*>(selItem);
if (simWellSelItem)
{

View File

@@ -38,7 +38,7 @@
#include "RimWellPathCollection.h"
#include "RiuPlotMainWindow.h"
#include "RiuSelectionManager.h"
#include "Riu3dSelectionManager.h"
#include "cafSelectionManager.h"