#2585 3D well log curves: Create visualization for a curve, random offsetted from a well path

This commit is contained in:
Rebecca Cox
2018-03-09 13:15:01 +01:00
parent 16551c05c4
commit 06504b6fef
11 changed files with 261 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ class RimWellPath;
class RivFishbonesSubsPartMgr;
class RimWellPathCollection;
class Rim3dView;
class Riv3dWellLogPlanePartMgr;
class QDateTime;
@@ -105,4 +106,6 @@ private:
cvf::ref<cvf::Part> m_centerLinePart;
cvf::ref<cvf::DrawableGeo> m_centerLineDrawable;
cvf::ref<cvf::Part> m_wellLabelPart;
cvf::ref<Riv3dWellLogPlanePartMgr> m_3dWellLogCurvePartMgr;
};