mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1813 Observed data: Observed data folder as an oilfield child
This commit is contained in:
@@ -16,12 +16,19 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class RimObservedDataCollection
|
||||
#include "cafPdmObject.h"
|
||||
#include "cafPdmChildArrayField.h"
|
||||
|
||||
class RimObservedData;
|
||||
|
||||
class RimObservedDataCollection : public caf::PdmObject
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
public:
|
||||
RimObservedDataCollection();
|
||||
~RimObservedDataCollection();
|
||||
virtual ~RimObservedDataCollection();
|
||||
|
||||
private:
|
||||
|
||||
caf::PdmChildArrayField<RimObservedData*> m_observedData;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user