(#404) WIP - Quad to segment mapper to determine well path depth

This commit is contained in:
Pål Hagen
2015-09-10 14:03:59 +02:00
parent f8dc3b4b81
commit ea2bb226d5
6 changed files with 78 additions and 4 deletions

View File

@@ -22,12 +22,15 @@
#include "RimWellPath.h"
#include "RimWellPathCollection.h"
#include "RivPipeQuadToSegmentMapper.h"
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RivWellPathSourceInfo::RivWellPathSourceInfo(RimWellPath* wellPath)
RivWellPathSourceInfo::RivWellPathSourceInfo(RimWellPath* wellPath/*, RivPipeQuadToSegmentMapper* quadToSegmentMapper*/)
{
m_wellPath = wellPath;
//m_quadToSegmentMapper = quadToSegmentMapper;
}
//--------------------------------------------------------------------------------------------------