Added RimView, and sorted the libs in folders

This commit is contained in:
Jacob Støren
2015-04-29 10:50:25 +02:00
parent a7e38bcda1
commit 4a21bb4a30
12 changed files with 109 additions and 43 deletions

View File

@@ -0,0 +1,24 @@
#include "RimView.h"
#include "cafPdmObjectFactory.h"
CAF_PDM_SOURCE_INIT(RimView, "GenericView");
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimView::RimView(void)
{
CAF_PDM_InitObject("Generic View", ":/ReservoirView.png", "", "");
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimView::~RimView(void)
{
}