Refactor fracture model result calculation to be independent of display.

This commit is contained in:
Kristian Bendiksen
2020-10-16 11:27:46 +02:00
parent f4631e7f9d
commit 7d456f1cbb
35 changed files with 2322 additions and 1646 deletions

View File

@@ -20,7 +20,7 @@
#include <vector>
class RimFractureModelPlot;
class RimFractureModel;
class QString;
class QTextStream;
@@ -30,7 +30,7 @@ class QTextStream;
class RifFractureModelGeologicalFrkExporter
{
public:
static bool writeToFile( RimFractureModelPlot* plot, bool useDetailedFluidLoss, const QString& filepath );
static bool writeToFile( RimFractureModel* plot, bool useDetailedFluidLoss, const QString& filepath );
private:
static void appendHeaderToStream( QTextStream& stream );