#2553 Well CF Visualization: Add viz of connection factors on sim wells

This commit is contained in:
Magne Sjaastad
2018-04-05 13:54:15 +02:00
parent c0054cff91
commit 9b0427aba9
9 changed files with 341 additions and 51 deletions

View File

@@ -43,6 +43,7 @@ namespace caf
class RivPipeGeometryGenerator;
class Rim3dView;
class RimSimWellInView;
class RivWellConnectionFactorGeometryGenerator;
class RivSimWellPipesPartMgr : public cvf::Object
{
@@ -70,7 +71,8 @@ private:
void buildWellPipeParts(const caf::DisplayCoordTransform* displayXf,
bool doFlatten,
double flattenedIntersectionExtentLength,
int branchIndex);
int branchIndex,
size_t frameIndex);
caf::PdmPointer<RimSimWellInView> m_rimWell;
@@ -85,6 +87,8 @@ private:
cvf::ref<cvf::Part> m_centerLinePart;
cvf::ref<cvf::DrawableGeo> m_centerLineDrawable;
cvf::ref<RivWellConnectionFactorGeometryGenerator> m_connectionFactorGeometryGenerator;
cvf::ref<cvf::Part> m_connectionFactorsPart;
};
std::list<RivPipeBranchData> m_wellBranches;