#2035 Fix crash when bottom of well path ends after last well cell

Add symbols to curves
This commit is contained in:
Jacob Støren
2017-11-08 11:58:14 +01:00
parent 014dd9497a
commit aa45dd5fcd
2 changed files with 20 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ public:
static cvf::Color3f cycledBlueColor(int colorIndex);
static cvf::Color3f cycledRedColor(int colorIndex);
static cvf::Color3f cycledBrownColor(int colorIndex);
static RimPlotCurve::PointSymbolEnum cycledSymbol(int index);
private:
void setOneCurveAppearance(CurveAppearanceType appeaType, size_t totalCount, int appeaIdx, RimSummaryCurve* curve);
@@ -72,7 +73,6 @@ private:
RimPlotCurve::LineStyleEnum cycledLineStyle(int index);
RimPlotCurve::PointSymbolEnum cycledSymbol(int index);
int cycledLineThickness(int index);
float gradient(size_t totalCount, int index);