#1107 #1111 Added update of well allocation plot from 3D view

This commit is contained in:
Magne Sjaastad
2017-01-13 13:32:02 +01:00
parent 239322ba50
commit 723e0f9286
12 changed files with 317 additions and 20 deletions

View File

@@ -20,6 +20,7 @@
#include "cafPdmObject.h"
#include "cafPdmChildArrayField.h"
#include "cafPdmChildField.h"
class RimWellAllocationPlot;
@@ -34,5 +35,6 @@ public:
RimFlowPlotCollection();
virtual ~RimFlowPlotCollection();
caf::PdmChildField<RimWellAllocationPlot*> defaultPlot;
caf::PdmChildArrayField<RimWellAllocationPlot*> flowPlots;
};