mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1847 Summary curves. Add new contructor to RifEclipseSummaryAddress
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -47,6 +48,18 @@ public:
|
||||
SUMMARY_BLOCK_LGR,
|
||||
};
|
||||
|
||||
enum SummaryIdentifierType
|
||||
{
|
||||
INPUT_REGION_NUMBER,
|
||||
INPUT_REGION2_NUMBER,
|
||||
INPUT_WELL_NAME,
|
||||
INPUT_WELL_GROUP_NAME,
|
||||
INPUT_CELL_IJK,
|
||||
INPUT_LGR_NAME,
|
||||
INPUT_SEGMENT_NUMBER,
|
||||
INPUT_VECTOR_NAME
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
RifEclipseSummaryAddress():
|
||||
@@ -85,6 +98,9 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
RifEclipseSummaryAddress(SummaryVarCategory category,
|
||||
std::map<SummaryIdentifierType, std::string>& identifiers);
|
||||
|
||||
// Static specialized creation methods
|
||||
|
||||
static RifEclipseSummaryAddress fieldVarAddress(const std::string& fieldVarName);
|
||||
|
||||
Reference in New Issue
Block a user