CMS 3D CMS Logo

DisplayPluginFactory.h
Go to the documentation of this file.
1 #ifndef Fireworks_Geometry_DisplayPluginFactory_h
2 #define Fireworks_Geometry_DisplayPluginFactory_h
3 // -*- C++ -*-
4 //
5 // Package: Geometry
6 // Class : DisplayPluginFactory
7 //
16 //
17 // Original Author:
18 // Created: Thu Mar 18 04:08:40 CDT 2010
19 //
20 
21 // system include files
22 
23 // user include files
27 
28 // forward declarations
29 namespace fireworks {
30  namespace geometry {
32  }
33 } // namespace fireworks
34 
35 #define DEFINE_FIREWORKS_GEOM_DISPLAY(type) \
36  static fireworks::geometry::DisplayPluginFactory::PMaker<type> EDM_PLUGIN_SYM(s_display, __LINE__)(#type)
37 
38 #endif
edmplugin::PluginFactory< DisplayPlugin *(edm::ConsumesCollector)> DisplayPluginFactory