Moved creation of placeholder results to to RimCase

This commit is contained in:
Magne Sjaastad
2014-08-21 08:39:19 +02:00
parent f61f7f1fd1
commit e4e3cca05f
6 changed files with 92 additions and 78 deletions

View File

@@ -52,8 +52,8 @@ public:
void setReaderInterface(RifReaderInterface* readerInterface);
RifReaderInterface* readerInterface();
void loadOrComputeSOIL();
void computeDepthRelatedResults();
bool isDataPresent(size_t scalarResultIndex) const;
size_t findOrLoadScalarResultForTimeStep(RimDefines::ResultCatType type, const QString& resultName, size_t timeStepIndex);
size_t findOrLoadScalarResult(RimDefines::ResultCatType type, const QString& resultName);
@@ -65,6 +65,7 @@ protected:
private:
void computeSOILForTimeStep(size_t timeStepIndex);
void computeSOILForAllTimeStep();
QString getValidCacheFileName();
QString getCacheDirectoryPath();