(#633) Added branch control to simulation well cross sections.

This commit is contained in:
Jacob Støren
2015-11-26 13:39:31 +01:00
parent d808c268a4
commit b075c57515
2 changed files with 66 additions and 6 deletions

View File

@@ -67,6 +67,7 @@ public:
caf::PdmPtrField<RimWellPath*> wellPath;
caf::PdmPtrField<RimEclipseWell*> simulationWell;
caf::PdmField<int> branchIndex;
std::vector< std::vector <cvf::Vec3d> > polyLines() const;
@@ -83,7 +84,9 @@ protected:
private:
RimEclipseWellCollection* simulationWellCollection();
void updateWellCenterline() const;
private:
cvf::ref<RivCrossSectionPartMgr> m_crossSectionPartMgr;
mutable std::vector< std::vector <cvf::Vec3d> > m_wellBranchCenterlines;
};