#1135 Compute accumulated length along sim well and added slider

This commit is contained in:
Magne Sjaastad
2017-01-30 14:28:37 +01:00
parent 758bc96ff5
commit b13ca8bb1c
12 changed files with 115 additions and 79 deletions

View File

@@ -221,13 +221,11 @@ RiuWellPathSelectionItem::RiuWellPathSelectionItem(const RivWellPathSourceInfo*
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RiuSimWellSelectionItem::RiuSimWellSelectionItem(const RivSimWellPipeSourceInfo* simwellSourceInfo,
size_t i,
size_t j,
size_t k)
: i(i),
j(j),
k(k)
RiuSimWellSelectionItem::RiuSimWellSelectionItem(RimEclipseWell* simwell,
cvf::Vec3d m_domainCoord,
size_t m_branchIndex)
: m_simWell(simwell),
m_domainCoord(m_domainCoord),
m_branchIndex(m_branchIndex)
{
m_simWell = simwellSourceInfo->well();
}