#5285 Surface Import command. SurfaceInView tree-items. Delete.

Ready to start on visualization code
This commit is contained in:
Jacob Støren
2020-01-06 11:30:06 +01:00
parent 3488280c69
commit 45a3225ec8
16 changed files with 288 additions and 20 deletions

View File

@@ -34,6 +34,10 @@ public:
RimSurface* importSurfacesFromFiles( const QStringList& fileNames );
std::vector<RimSurface*> surfaces() const;
void updateViews();
private:
void updateViews( const std::vector<RimSurface*>& surfsToReload );