Add surface collection to RimTools

This commit is contained in:
Magne Sjaastad
2023-08-30 10:52:31 +02:00
parent 0a807618b9
commit 1ed7dcbd4a
10 changed files with 30 additions and 39 deletions

View File

@@ -37,6 +37,7 @@ class PdmOptionItemInfo;
class RimWellPathCollection;
class RimCase;
class RimWellPath;
class RimSurfaceCollection;
//--------------------------------------------------------------------------------------------------
///
@@ -66,6 +67,8 @@ public:
static RimWellPathCollection* wellPathCollection();
static RimWellPath* firstWellPath();
static RimSurfaceCollection* surfaceCollection();
static void timeStepsForCase( RimCase* gridCase, QList<caf::PdmOptionItemInfo>* options );
private: