#1847 Add plot and curve list to the Curve Creator

Cleaned up RicSummaryCurveCreator.h
This commit is contained in:
Jacob Støren
2017-09-13 18:55:58 +02:00
parent ebcced932a
commit 473643fca4
8 changed files with 155 additions and 110 deletions

View File

@@ -805,6 +805,14 @@ void RimSummaryPlot::removeCurvesAssosiatedWithCase(RimSummaryCase* summaryCase)
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryPlot::deleteAllTopLevelCurves()
{
m_summaryCurves.deleteAllChildObjects();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------