mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1996: Rename RimEclipseWellCollection -> RimSimWellInViewCollection
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimLegendConfig.h"
|
||||
#include "RimTernaryLegendConfig.h"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimLegendConfig.h"
|
||||
#include "RimReservoirCellResultsStorage.h"
|
||||
#include "RimTernaryLegendConfig.h"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipsePropertyFilterCollection.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimSimWellInView.h"
|
||||
|
||||
#include "RivWellHeadPartMgr.h"
|
||||
|
||||
@@ -37,9 +37,9 @@
|
||||
#include "RimEclipsePropertyFilterCollection.h"
|
||||
#include "RimEclipseResultDefinition.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimFaultCollection.h"
|
||||
#include "RimReservoirCellResultsStorage.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimViewController.h"
|
||||
#include "RimViewLinker.h"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "RivSimWellPipeSourceInfo.h"
|
||||
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimSimWellInView.h"
|
||||
|
||||
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipsePropertyFilterCollection.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimReservoirCellResultsStorage.h"
|
||||
#include "RimSimWellInView.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
|
||||
#include "RivPipeGeometryGenerator.h"
|
||||
#include "RivWellPathSourceInfo.h"
|
||||
@@ -253,7 +253,7 @@ void RivSimWellPipesPartMgr::updatePipeResultColor(size_t frameIndex)
|
||||
wellCellStates.clear();
|
||||
wellCellStates.resize(brIt->m_cellIds.size(), closed);
|
||||
|
||||
RimEclipseWellCollection* wellColl = nullptr;
|
||||
RimSimWellInViewCollection* wellColl = nullptr;
|
||||
if (m_rimWell)
|
||||
{
|
||||
m_rimWell->firstAncestorOrThisOfType(wellColl);
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
#include "RigTernaryResultAccessor2d.h"
|
||||
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimTernaryLegendConfig.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
|
||||
#include "RivTernaryResultToTextureMapper.h"
|
||||
#include "RivTernaryScalarMapper.h"
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimLegendConfig.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
|
||||
#include "RivResultToTextureMapper.h"
|
||||
#include "RivDefaultResultToTextureMapper.h"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "RimEclipseResultCase.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimSimWellInView.h"
|
||||
|
||||
#include "RigSimWellData.h"
|
||||
@@ -121,7 +121,7 @@ void RivWellConnectionsPartMgr::appendDynamicGeometryPartsToModel(cvf::ModelBasi
|
||||
}
|
||||
|
||||
bool enableLighting = !m_rimReservoirView->isLightingDisabled();
|
||||
RimEclipseWellCollection* wellColl = m_rimReservoirView->wellCollection();
|
||||
RimSimWellInViewCollection* wellColl = m_rimReservoirView->wellCollection();
|
||||
|
||||
// Create potentially two the arrows to/from m_rimWell for each of the other wells in the model.
|
||||
// One arrow for the "official" state of the well, and one to account for cross flow contributions
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimSimWellInView.h"
|
||||
|
||||
#include "RivPipeGeometryGenerator.h"
|
||||
@@ -235,7 +235,7 @@ void RivWellHeadPartMgr::buildWellHeadParts(size_t frameIndex)
|
||||
|
||||
cvf::Color4f headColor(cvf::Color3::GRAY);
|
||||
|
||||
RimEclipseWellCollection* wellColl = nullptr;
|
||||
RimSimWellInViewCollection* wellColl = nullptr;
|
||||
if (m_rimWell)
|
||||
{
|
||||
m_rimWell->firstAncestorOrThisOfType(wellColl);
|
||||
@@ -331,7 +331,7 @@ void RivWellHeadPartMgr::appendDynamicGeometryPartsToModel(cvf::ModelBasicList*
|
||||
if (m_rimReservoirView.isNull()) return;
|
||||
if (m_rimWell.isNull()) return;
|
||||
|
||||
RimEclipseWellCollection* wellCollection = nullptr;
|
||||
RimSimWellInViewCollection* wellCollection = nullptr;
|
||||
m_rimWell->firstAncestorOrThisOfType(wellCollection);
|
||||
if (!wellCollection) return;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "RimEclipseCase.h"
|
||||
#include "RimEclipseView.h"
|
||||
#include "RimEclipseWellCollection.h"
|
||||
#include "RimSimWellInViewCollection.h"
|
||||
#include "RimSimWellInView.h"
|
||||
|
||||
#include "RiuViewer.h"
|
||||
@@ -195,7 +195,7 @@ cvf::Color3f RivWellSpheresPartMgr::wellCellColor(const RigWellResultFrame& well
|
||||
|
||||
cvf::Color3f cellColor(cvf::Color3f::GRAY);
|
||||
|
||||
RimEclipseWellCollection* wellColl = nullptr;
|
||||
RimSimWellInViewCollection* wellColl = nullptr;
|
||||
if (m_rimWell)
|
||||
{
|
||||
m_rimWell->firstAncestorOrThisOfType(wellColl);
|
||||
|
||||
Reference in New Issue
Block a user