#1853 Curve Creator. Plot tree view displays curves only

This commit is contained in:
Bjørn Erik Jensen
2017-09-19 09:29:24 +02:00
parent 17e01cd11c
commit da9421485e
5 changed files with 24 additions and 6 deletions

View File

@@ -464,6 +464,14 @@ void RimSummaryPlot::deleteAllSummaryCurves()
m_summaryCurveCollection->deleteAllCurves();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimSummaryCurveCollection* RimSummaryPlot::summaryCurveCollection() const
{
return m_summaryCurveCollection();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------