#4494 Grid Statistics : Update and compute data when visible cell changes from toggling LGR grids

This commit is contained in:
Magne Sjaastad
2019-06-21 12:16:09 +02:00
parent a3d521e272
commit 188e81d3d2
4 changed files with 21 additions and 8 deletions

View File

@@ -79,6 +79,8 @@ protected:
RimGridCollection* gridCollection() const;
void clearReservoirCellVisibilities();
protected: // Fields
caf::PdmChildField<RimIntersectionCollection*> m_crossSectionCollection;
caf::PdmChildField<Rim3dOverlayInfoConfig*> m_overlayInfoConfig;
@@ -87,10 +89,8 @@ protected: // Fields
caf::PdmChildField<RimGridCollection*> m_gridCollection;
caf::PdmChildField<RimAnnotationInViewCollection*> m_annotationCollection;
protected:
cvf::ref<cvf::UByteArray> m_currentReservoirCellVisibility;
private:
cvf::ref<cvf::UByteArray> m_currentReservoirCellVisibility;
RimViewLinker* viewLinkerIfMasterView() const;
bool m_previousGridModeMeshLinesWasFaults;
};