mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3152 Observed data import. Prepare for list of known Misc category quantities
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
class QTextStream;
|
||||
@@ -73,6 +74,8 @@ public:
|
||||
INPUT_VECTOR_NAME,
|
||||
};
|
||||
|
||||
static const std::set<std::string> KNOWN_MISC_QUANTITIES;
|
||||
|
||||
public:
|
||||
|
||||
RifEclipseSummaryAddress() :
|
||||
@@ -177,9 +180,10 @@ public:
|
||||
void setAsErrorResult() { m_isErrorResult = true; }
|
||||
bool isErrorResult() const { return m_isErrorResult; }
|
||||
bool hasAccumulatedData() const;
|
||||
bool isValidEclipseCategory() const;
|
||||
private:
|
||||
|
||||
private:
|
||||
bool isValidEclipseCategory() const;
|
||||
static std::string baseQuantityName(const std::string& quantityName);
|
||||
std::string formatUiTextIJK() const;
|
||||
static std::tuple<int, int, int> ijkTupleFromUiText(const std::string &s);
|
||||
std::string formatUiTextRegionToRegion() const;
|
||||
|
||||
Reference in New Issue
Block a user