mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4320 Add create valve to 3d context menu when clicking on perforation
This commit is contained in:
@@ -38,6 +38,7 @@ class RimGeoMechView;
|
||||
class RimSimWellInView;
|
||||
class Rim2dIntersectionView;
|
||||
class RimWellPath;
|
||||
class RimWellPathComponentInterface;
|
||||
class RiuSelectionChangedHandler;
|
||||
class RiuSelectionItem;
|
||||
class RivSimWellPipeSourceInfo;
|
||||
@@ -237,7 +238,8 @@ class RiuWellPathSelectionItem : public RiuSelectionItem
|
||||
public:
|
||||
explicit RiuWellPathSelectionItem(const RivWellPathSourceInfo* wellPathSourceInfo,
|
||||
const cvf::Vec3d& pipeCenterLineIntersectionInDomainCoords,
|
||||
double measuredDepth);
|
||||
double measuredDepth,
|
||||
RimWellPathComponentInterface* wellPathComponent = nullptr);
|
||||
|
||||
~RiuWellPathSelectionItem() override {};
|
||||
|
||||
@@ -247,9 +249,10 @@ public:
|
||||
}
|
||||
|
||||
public:
|
||||
RimWellPath* m_wellpath;
|
||||
cvf::Vec3d m_pipeCenterlineIntersectionInDomainCoords;
|
||||
double m_measuredDepth;
|
||||
RimWellPath* m_wellpath;
|
||||
cvf::Vec3d m_pipeCenterlineIntersectionInDomainCoords;
|
||||
double m_measuredDepth;
|
||||
RimWellPathComponentInterface* m_wellPathComponent;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user