#1886 curve creator. Populate curve creator and copy curves back to target plot

This commit is contained in:
Bjørn Erik Jensen
2017-09-15 11:49:09 +02:00
parent 0a824d351c
commit 388dcd3552
4 changed files with 71 additions and 34 deletions

View File

@@ -462,6 +462,14 @@ std::vector<RimSummaryCurve*> RimSummaryPlot::summaryCurves() const
return curves;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryPlot::deleteAllCurves()
{
m_summaryCurveCollection->curves().clear();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------