mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Prep for Geomech range: Introduced VizLogic
Refactored to use the new RivVizLogic class, together with the partMgrCache Works.
This commit is contained in:
@@ -46,7 +46,7 @@ RivGeoMechPartMgr::~RivGeoMechPartMgr()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RivGeoMechPartMgr::clearAndSetReservoir(const RigGeoMechCaseData* geoMechCase, RimGeoMechView* geomechView)
|
||||
void RivGeoMechPartMgr::clearAndSetReservoir(const RigGeoMechCaseData* geoMechCase)
|
||||
{
|
||||
m_femPartPartMgrs.clear();
|
||||
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user