//---------------------------------------------------------------------------- // EgalTech 2013-2013 //---------------------------------------------------------------------------- // File : GeoObj.cpp Data : 21.11.13 Versione : 1.3a1 // Contenuto : Funzione di creazione di un oggetto geometrico dato il tipo. // // // // Modifiche : 21.11.13 DS Creazione modulo. // // //---------------------------------------------------------------------------- //--------------------------- Include ---------------------------------------- #include "stdafx.h" #include "GeoObjFactory.h" #include "/EgtDev/Include/EGkGeoObj.h" using namespace std ; //---------------------------------------------------------------------------- IGeoObj* CreateGeoObj( int nType) { return GEOOBJ_CREATE( nType) ; }