#5002 Ensemble RFT curve sets with parameter coloring and separate legends

This commit is contained in:
Gaute Lindkvist
2019-12-02 15:26:24 +01:00
parent f56a34843a
commit 7fd4aa1ce9
16 changed files with 643 additions and 167 deletions

View File

@@ -139,6 +139,11 @@ public:
{
return m_currentScalarMapper.p();
}
const cvf::ScalarMapper* scalarMapper() const
{
return m_currentScalarMapper.p();
}
bool showLegend() const;
const caf::TitledOverlayFrame* titledOverlayFrame() const override;