#1427 Apply specific changes from pre-proto regarding selection in 3D

To be used for transporting branch index from 3D context menu operation to feature.
This commit is contained in:
Jacob Støren
2017-04-25 15:49:07 +02:00
parent 1f7c357b67
commit f40cf3a9b7
4 changed files with 123 additions and 2 deletions

View File

@@ -38,3 +38,11 @@ RimEclipseWell* RivSimWellPipeSourceInfo::well() const
{
return m_eclipseWell.p();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
size_t RivSimWellPipeSourceInfo::branchIndex() const
{
return m_branchIndex;
}