#1451 Add data structures for perforation intervals

This commit is contained in:
Bjørnar Grip Fjær
2017-05-11 13:33:18 +02:00
parent e3e35bcc3c
commit d3bcc1644c
7 changed files with 267 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ class RimWellPathCompletionCollection;
class RivWellPathPartMgr;
class RimFishbonesMultipleSubs;
class RimPerforationCollection;
//==================================================================================================
///
@@ -73,6 +74,7 @@ public:
caf::PdmChildField<RimWellLogFile*> m_wellLogFile;
caf::PdmChildField<RimWellPathCompletionCollection*> m_completionCollection;
caf::PdmChildField<RimPerforationCollection*> m_perforationCollection;
RigWellPath* wellPathGeometry();
caf::PdmChildArrayField<RimFishbonesMultipleSubs*> fishbonesSubs;