mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#404) WIP - Quad to segment mapper to determine well path depth
This commit is contained in:
@@ -24,18 +24,20 @@
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
class RimWellPath;
|
||||
//class RivPipeQuadToSegmentMapper;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
///
|
||||
/// TODO: Implement and add RivPipeQuadToSegmentMapper
|
||||
//==================================================================================================
|
||||
class RivWellPathSourceInfo : public cvf::Object
|
||||
{
|
||||
public:
|
||||
RivWellPathSourceInfo(RimWellPath* wellPath);
|
||||
RivWellPathSourceInfo(RimWellPath* wellPath/*, RivPipeQuadToSegmentMapper* quadToSegmentMapper*/);
|
||||
|
||||
RimWellPath* wellPath() const;
|
||||
|
||||
private:
|
||||
caf::PdmPointer<RimWellPath> m_wellPath;
|
||||
caf::PdmPointer<RimWellPath> m_wellPath;
|
||||
//RivPipeQuadToSegmentMapper* m_quadToSegmentMapper;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user