#2076 RFT Plot. Support PRES_FORM las channel name

This commit is contained in:
Bjørn Erik Jensen
2017-11-02 11:05:39 +01:00
parent 5a0bab86a8
commit dc93767683
2 changed files with 37 additions and 15 deletions

View File

@@ -34,7 +34,7 @@
#include <QMetaType>
#include <set>
#include <map>
#include <utility>
class RimEclipseCase;
class RimEclipseResultCase;
@@ -43,6 +43,7 @@ class RimWellLogFileChannel;
class RimWellLogPlot;
class RimWellPath;
class RiuWellRftPlot;
class RigEclipseCaseData;
namespace cvf {
class Color3f;
@@ -61,7 +62,7 @@ class RimWellRftPlot : public RimViewWindow
{
CAF_PDM_HEADER_INIT;
static const char PRESSURE_DATA_NAME[];
static const std::set<QString> PRESSURE_DATA_NAMES;
static const char PLOT_NAME_QFORMAT_STRING[];
public:
@@ -83,6 +84,7 @@ public:
static bool isPressureChannel(RimWellLogFileChannel* channel);
static bool hasPressureData(RimEclipseResultCase* gridCase);
static bool hasPressureData(RimWellPath* wellPath);
static std::pair<size_t, QString> pressureResultDataInfo(const RigEclipseCaseData* eclipseCaseData);
static const char* plotNameFormatString();
void applyInitialSelections();