#1028 Flow Diag Solution object. #1029 Flow Diag Result type in Result Definition along with some refactoring.

This commit is contained in:
Jacob Støren
2016-12-14 09:50:30 +01:00
parent cd6ee6466b
commit 8f65bd3fee
9 changed files with 472 additions and 99 deletions

View File

@@ -24,6 +24,7 @@
class RifReaderInterface;
class RigMainGrid;
class RimFlowDiagSolution;
//==================================================================================================
//
@@ -50,6 +51,7 @@ public:
virtual QString gridFileName() const { return caseFileName();}
virtual void updateFilePathsFromProjectPath(const QString& newProjectPath, const QString& oldProjectPath);
std::vector<RimFlowDiagSolution*> flowDiagSolutions();
private:
cvf::ref<RifReaderInterface> createMockModel(QString modelName);
@@ -59,6 +61,8 @@ private:
// Fields:
caf::PdmField<QString> caseFileName;
caf::PdmChildArrayField<RimFlowDiagSolution*> m_flowDiagSolutions;
// Obsolete field
caf::PdmField<QString> caseDirectory;