Added grid collection and reuse of MainGrid if the grids are equal

p4#: 20517
This commit is contained in:
Magne Sjaastad
2013-02-14 13:16:56 +01:00
parent 46cb61e859
commit 8f50b90216
11 changed files with 114 additions and 38 deletions

View File

@@ -22,6 +22,8 @@
#include "RimScriptCollection.h"
class RimReservoir;
class RigGridCollection;
class RigEclipseCase;
//==================================================================================================
///
@@ -45,6 +47,8 @@ public:
void close();
void registerEclipseCase(RigEclipseCase* eclipseCase);
protected:
// Overridden methods
virtual void initAfterRead();
@@ -52,4 +56,6 @@ protected:
private:
caf::PdmField<QString> m_projectFileVersionString;
cvf::ref<RigGridCollection> m_gridCollection;
};