#2636 3D Well log curve: Create well path geometry tools.

This commit is contained in:
Rebecca Cox
2018-03-22 14:35:54 +01:00
parent 73a08fffc4
commit 18bde3cd89
10 changed files with 404 additions and 240 deletions

View File

@@ -46,6 +46,7 @@ class DisplayCoordTransform;
class RimGridView;
class RimWellPath;
class Riv3dWellLogCurveGeometryGenerator;
class Riv3dWellLogGridGeometryGenerator;
class Riv3dWellLogPlanePartMgr : public cvf::Object
{
@@ -77,6 +78,7 @@ private:
private:
cvf::ref<Riv3dWellLogCurveGeometryGenerator> m_3dWellLogCurveGeometryGenerator;
cvf::ref<Riv3dWellLogGridGeometryGenerator> m_3dWellLogGridGeometryGenerator;
caf::PdmPointer<RimWellPath> m_wellPath;
caf::PdmPointer<RimGridView> m_gridView;