mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Grid Cross Plot: Use the term Grouping instead of Categorization
This commit is contained in:
@@ -40,10 +40,10 @@ class RimGridCrossPlotCurve : public RimPlotCurve
|
||||
public:
|
||||
RimGridCrossPlotCurve();
|
||||
~RimGridCrossPlotCurve() override = default;
|
||||
void setCategoryInformation(int curveSetIndex, int categoryIndex);
|
||||
void setGroupingInformation(int curveSetIndex, int groupIndex);
|
||||
void setSamples(const std::vector<double>& xValues, const std::vector<double>& yValues);
|
||||
void updateCurveAppearance() override;
|
||||
int categoryIndex() const;
|
||||
int groupIndex() const;
|
||||
|
||||
protected:
|
||||
|
||||
@@ -56,6 +56,6 @@ protected:
|
||||
|
||||
private:
|
||||
int m_curveSetIndex;
|
||||
int m_categoryIndex;
|
||||
int m_groupIndex;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user