Revert "#4851 Ensemble RFT : Fix update of color of ensemble curves on project load "

This reverts commit 328cf44d94.
This commit is contained in:
Gaute Lindkvist
2019-10-24 08:40:12 +02:00
parent 771d12c563
commit dfe9390c30
2 changed files with 35 additions and 69 deletions

View File

@@ -120,8 +120,7 @@ private:
// RimViewWindow overrides
void applyCurveAppearance( RimWellLogCurve* curve );
void applyCurveColor( RimWellLogCurve* curve );
void applyCurveAppearance( RimWellLogCurve* newCurve );
void updateFormationsOnPlot() const;
QString associatedSimWellName() const;
@@ -129,8 +128,7 @@ private:
static RiuQwtSymbol::PointSymbolEnum statisticsCurveSymbolFromAddress( const RifEclipseRftAddress& address );
static RiuQwtSymbol::LabelPosition statisticsLabelPosFromAddress( const RifEclipseRftAddress& address );
cvf::Color3f findCurveColor( RimWellLogCurve* curve );
void defineCurveColorsAndSymbols( const std::set<RiaRftPltCurveDefinition>& allCurveDefs );
void defineCurveColorsAndSymbols( const std::set<RiaRftPltCurveDefinition>& allCurveDefs );
void onDepthTypeChanged() override;