mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5285 Visualization and update of Surfaces
This commit is contained in:
@@ -36,10 +36,10 @@ public:
|
||||
|
||||
std::vector<RimSurface*> surfaces() const;
|
||||
|
||||
void loadData();
|
||||
void updateViews();
|
||||
|
||||
private:
|
||||
void updateViews( const std::vector<RimSurface*>& surfsToReload );
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimSurface*> m_surfaces;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user