AutoPtr.cc

Go to the documentation of this file.
00001 #include <esg/AutoPtr.h>
00002 #include <esg/AutoArray.h>
00003 #include <esg/Definitions.h>
00004 #include <gra/reflection/LocalReflection.h>
00005 #include <gra/camera/Projection.h>
00006 //#include <gra/illumination/Illumination.h>
00007 
00008 using namespace gra;
00009 using namespace esg;
00010 
00011 // instantiate static members of AutoPtr with all used types:
00012 //#ifndef __ILLUMINATION_AUTO_PTR_
00013 //#define __ILLUMINATION_AUTO_PTR_
00014 //INSTANTIATE_AUTOPTR_STATIC_MEMBERS(Illumination);
00015 //#endif
00016 
00017 #ifndef __LOCAL_REFLECTION_AUTO_PTR_
00018 #define __LOCAL_REFLECTION_AUTO_PTR_
00019 INSTANTIATE_AUTOPTR_STATIC_MEMBERS(LocalReflection)
00020 #endif
00021 
00022 #ifndef __PROJECTION_AUTO_PTR_
00023 #define __PROJECTION_AUTO_PTR_
00024 INSTANTIATE_AUTOPTR_STATIC_MEMBERS(Projection)
00025 #endif
00026 

Generated on Tue Nov 21 15:11:42 2006 for gra by  doxygen 1.4.6