mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Copied in RPM/Fwk/AppFwk
Commented out use of stipple line, as VizFwk is not update yet
This commit is contained in:
17
Fwk/AppFwk/cafTests/cafTestCvfApplication/TapProject.h
Normal file
17
Fwk/AppFwk/cafTests/cafTestCvfApplication/TapProject.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "cafPdmDocument.h"
|
||||
|
||||
|
||||
|
||||
class TapProject : public caf::PdmDocument
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
public:
|
||||
TapProject(void);
|
||||
virtual ~TapProject(void);
|
||||
|
||||
caf::PdmChildArrayField< caf::PdmObjectHandle* > m_objectList;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user