Prep for Geomech range: Introduced VizLogic

Refactored to use the new RivVizLogic class, together with the
partMgrCache
Works.
This commit is contained in:
Jacob Støren
2015-05-22 17:01:59 +02:00
parent 49fafbf47f
commit b280196b7c
9 changed files with 388 additions and 33 deletions

View File

@@ -47,7 +47,8 @@ public:
RivGeoMechPartMgr();
~RivGeoMechPartMgr();
void clearAndSetReservoir(const RigGeoMechCaseData* geoMechCase, RimGeoMechView* geomechView);
int initializedFemPartCount() { return static_cast<int>(m_femPartPartMgrs.size());}
void clearAndSetReservoir(const RigGeoMechCaseData* geoMechCase);
void setTransform(cvf::Transform* scaleTransform);
void setCellVisibility(size_t partIndex, cvf::UByteArray* cellVisibilities );