mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4157 Grid Cross Plot: Make categorisation legend more like ensemble legend
This commit is contained in:
@@ -33,13 +33,10 @@ class QString;
|
||||
|
||||
struct RigEclipseCrossPlotResult
|
||||
{
|
||||
typedef std::pair<std::vector<double>, std::vector<double>> ResultXYValues;
|
||||
|
||||
typedef std::map<int, ResultXYValues> CategorySamplesMap;
|
||||
typedef std::map<int, QString> CategoryNameMap;
|
||||
|
||||
CategorySamplesMap categorySamplesMap;
|
||||
CategoryNameMap categoryNameMap;
|
||||
std::vector<double> xValues;
|
||||
std::vector<double> yValues;
|
||||
std::vector<double> catValuesContinuous;
|
||||
std::vector<int> catValuesDiscrete;
|
||||
};
|
||||
|
||||
class RigEclipseCrossPlotDataExtractor
|
||||
@@ -51,6 +48,5 @@ public:
|
||||
const RigEclipseResultAddress& yAddress,
|
||||
RigGridCrossPlotCurveCategorization categorizationType,
|
||||
const RigEclipseResultAddress& categoryAddress,
|
||||
int categoryBinCount,
|
||||
std::map<int, cvf::UByteArray> timeStepCellVisibilityMap);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user