mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3464 Well Path Export. Use formmatter to export data. Several formatting issues
This commit is contained in:
@@ -43,12 +43,19 @@ class RicExportSelectedWellPathsFeature : public caf::CmdFeature
|
||||
CAF_CMD_HEADER_INIT;
|
||||
|
||||
static void handleAction(const std::vector<RimWellPath*>& wellPaths);
|
||||
static void exportWellPath(const RimWellPath* wellPath, double mdStepSize, const QString& folder);
|
||||
static void exportWellPath(const RimWellPath* wellPath,
|
||||
double mdStepSize,
|
||||
const QString& folder,
|
||||
bool writeProjectInfo = true);
|
||||
|
||||
static RicExportWellPathsUi* openDialog();
|
||||
static QFilePtr openFileForExport(const QString& folderName, const QString& fileName);
|
||||
static QTextStreamPtr createOutputFileStream(QFile& file);
|
||||
static void writeWellPathGeometryToStream(QTextStream& stream, const RigWellPath* geometry, const QString& wellName, double mdStepSize);
|
||||
static void writeWellPathGeometryToStream(QTextStream& stream,
|
||||
const RigWellPath* geometry,
|
||||
const QString& wellName,
|
||||
double mdStepSize,
|
||||
bool writeProjectInfo = true);
|
||||
|
||||
private:
|
||||
bool isCommandEnabled() override;
|
||||
|
Reference in New Issue
Block a user