CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
26 
27 // forward declarations
28 namespace fireworks {
29  namespace geometry {
31  }
32 }
33 
34 #define DEFINE_FIREWORKS_GEOM_DISPLAY(type) \
35 static fireworks::geometry::DisplayPluginFactory::PMaker<type > EDM_PLUGIN_SYM(s_display , __LINE__ ) (#type)
36 
37 
38 #endif
ESHandle< TrackerGeometry > geometry
edmplugin::PluginFactory< DisplayPlugin *(void)> DisplayPluginFactory