ResInsight/Fwk/AppFwk/cafProjectDataModel/cafProjectDataModel_UnitTests/TestObj.cpp
2015-11-26 14:22:50 +01:00

12 lines
243 B
C++

#include "TestObj.h"
CAF_PDM_SOURCE_INIT(TestObj, "TestObj");
TestObj::TestObj()
{
CAF_PDM_InitObject("TestObj", "", "", "");
CAF_PDM_InitField(&m_position, "Position", 8765.2, "Position", "", "", "");
}
TestObj::~TestObj() {}