mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2431 : Refactor of well part manager
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "cvfVector3.h"
|
||||
|
||||
class RimWellPath;
|
||||
class Rim3dView;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
@@ -33,7 +34,7 @@ class RimWellPath;
|
||||
class RivWellPathSourceInfo : public cvf::Object
|
||||
{
|
||||
public:
|
||||
explicit RivWellPathSourceInfo(RimWellPath* wellPath);
|
||||
explicit RivWellPathSourceInfo(RimWellPath* wellPath, Rim3dView* view);
|
||||
|
||||
RimWellPath* wellPath() const;
|
||||
|
||||
@@ -47,4 +48,5 @@ private:
|
||||
|
||||
private:
|
||||
caf::PdmPointer<RimWellPath> m_wellPath;
|
||||
caf::PdmPointer<Rim3dView> m_view;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user