#2544 Well CF Viz : Add basiz viz with spheres, add legend to view

This commit is contained in:
Magne Sjaastad
2018-03-14 09:35:48 +01:00
parent b7e8834b4c
commit 108ef5eecc
18 changed files with 600 additions and 172 deletions

View File

@@ -46,6 +46,7 @@ class RivFishbonesSubsPartMgr;
class RimWellPathCollection;
class Rim3dView;
class Riv3dWellLogPlanePartMgr;
class RivVirtualConnFactorPartMgr;
class QDateTime;
@@ -111,5 +112,6 @@ private:
cvf::ref<cvf::DrawableGeo> m_centerLineDrawable;
cvf::ref<cvf::Part> m_wellLabelPart;
cvf::ref<Riv3dWellLogPlanePartMgr> m_3dWellLogCurvePartMgr;
cvf::ref<Riv3dWellLogPlanePartMgr> m_3dWellLogCurvePartMgr;
cvf::ref<RivVirtualConnFactorPartMgr> m_virtualConnectionFactorPartMgr;
};