mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2431 : Use well path part manager in Rim3dView
This commit is contained in:
@@ -51,6 +51,8 @@ class RimViewController;
|
||||
class RimViewLinker;
|
||||
class RiuViewer;
|
||||
class RimWellPathCollection;
|
||||
class RivWellPathsPartMgr;
|
||||
class RimWellPath;
|
||||
|
||||
namespace cvf
|
||||
{
|
||||
@@ -144,6 +146,8 @@ public:
|
||||
|
||||
cvf::ref<caf::DisplayCoordTransform> displayCoordTransform() const override;
|
||||
|
||||
size_t wellPathSegmentIndexFromTriangleIndex(size_t triangleIndex, RimWellPath* wellPath) const;
|
||||
|
||||
virtual RimCase* ownerCase() const = 0;
|
||||
|
||||
protected:
|
||||
@@ -189,6 +193,8 @@ protected:
|
||||
cvf::ref<cvf::ModelBasicList> m_crossSectionVizModel;
|
||||
cvf::ref<cvf::ModelBasicList> m_highlightVizModel;
|
||||
|
||||
cvf::ref<RivWellPathsPartMgr> m_wellPathsPartManager;
|
||||
|
||||
private:
|
||||
// Overridden PdmObject methods:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user