#2552 Fix visualization of branch-depth, both wells and intersection geoemetry.

This commit is contained in:
Jacob Støren
2018-03-14 10:33:10 +01:00
parent 9cad0bff1e
commit 1861255281
7 changed files with 124 additions and 55 deletions

View File

@@ -26,6 +26,7 @@ class RimIntersection;
class RimLegendConfig;
class RimTernaryLegendConfig;
class RivSimWellPipesPartMgr;
class RivWellHeadPartMgr;
namespace cvf
{
@@ -97,6 +98,7 @@ protected:
cvf::ref<RivIntersectionPartMgr> m_flatIntersectionPartMgr;
cvf::ref<RivSimWellPipesPartMgr> m_flatSimWellPipePartMgr;
cvf::ref<RivWellHeadPartMgr> m_flatWellHeadPartMgr;
cvf::ref<cvf::ModelBasicList> m_intersectionVizModel;
cvf::ref<cvf::Transform> m_scaleTransform;