#2544 Well CF Visualization: Add geometry generator and source info object

rename


remove unused


move to separate file


rename
This commit is contained in:
Magne Sjaastad
2018-03-15 21:25:54 +01:00
parent eb6b7450eb
commit 4853957637
10 changed files with 596 additions and 392 deletions

View File

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