#1040 Established basis for fracture visualization

This commit is contained in:
Magne Sjaastad
2017-01-04 08:10:02 +01:00
parent f8ef9bddc7
commit d1bf189154
17 changed files with 491 additions and 12 deletions

View File

@@ -57,6 +57,7 @@ class RiuViewer;
class RivReservoirPipesPartMgr;
class RivReservoirWellSpheresPartMgr;
class RivIntersectionPartMgr;
class RivReservoirFracturesPartMgr;
namespace cvf
{
@@ -180,6 +181,7 @@ private:
cvf::ref<RivReservoirViewPartMgr> m_reservoirGridPartManager;
cvf::ref<RivReservoirPipesPartMgr> m_pipesPartManager;
cvf::ref<RivReservoirWellSpheresPartMgr> m_wellSpheresPartManager;
cvf::ref<RivReservoirFracturesPartMgr> m_simWellFracturesPartManager;
std::vector<RivCellSetEnum> m_visibleGridParts;
};