Files
ResInsight/Fwk/AppFwk/cafTests/cafProjectDataModel_UnitTests/Child.cpp
Magne Sjaastad 486f383de7 Integrated changes for framework
Pdm fields can contain a forward declared Pdm object without the include
file
VizFwk: Added VertexColoring shader to be able to use per vertex color
used from drawableGeo::setColorArray()
2014-04-11 11:06:42 +02:00

14 lines
207 B
C++

#include "Child.h"
#include "TestObj.h"
CAF_PDM_SOURCE_INIT(Child, "Child");
Child::Child()
{
CAF_PDM_InitFieldNoDefault(&m_testObj, "Numbers", "Important Numbers", "", "", "");
}
Child::~Child()
{
}