#1404 Added plot object picker, and use from Well Allocation plot

This commit is contained in:
Magne Sjaastad
2017-04-07 11:24:50 +02:00
parent 6f5d451c66
commit 947845e7fd
6 changed files with 125 additions and 0 deletions

View File

@@ -513,6 +513,14 @@ RimTotalWellAllocationPlot* RimWellAllocationPlot::totalWellFlowPlot()
return m_totalWellAllocationPlot();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
caf::PdmObject* RimWellAllocationPlot::plotLegend()
{
return m_wellAllocationPlotLegend;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------