mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1440 Remove RivWellPathCollectionPartMgr as it did not manage any parts
This is a step to make it easier to make the interface from the views to get the well path related geometry parts more "static".
This commit is contained in:
@@ -50,7 +50,7 @@ class RimPropertyFilterCollection;
|
||||
class RimViewController;
|
||||
class RimViewLinker;
|
||||
class RiuViewer;
|
||||
class RivWellPathCollectionPartMgr;
|
||||
class RimWellPathCollection;
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
@@ -204,7 +204,7 @@ protected:
|
||||
virtual void resetLegendsInViewer() = 0;
|
||||
virtual void calculateCurrentTotalCellVisibility(cvf::UByteArray* totalVisibility) = 0;
|
||||
|
||||
RivWellPathCollectionPartMgr* wellPathsPartManager();
|
||||
RimWellPathCollection* wellPathsPartManager();
|
||||
|
||||
QPointer<RiuViewer> m_viewer;
|
||||
|
||||
@@ -240,13 +240,9 @@ private:
|
||||
void setCurrentTimeStepAndUpdate(int frameIdx);
|
||||
void endAnimation();
|
||||
|
||||
void ensureWellPathManagerIsCreated();
|
||||
|
||||
private:
|
||||
bool m_previousGridModeMeshLinesWasFaults;
|
||||
caf::PdmField<bool> m_disableLighting;
|
||||
|
||||
cvf::ref<RivWellPathCollectionPartMgr> m_wellPathsPartManager;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user