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 // $Id: DisplayPluginFactory.h,v 1.1 2010/04/01 21:57:59 chrjones Exp $
20 //
21 
22 // system include files
23 
24 // user include files
27 
28 // forward declarations
29 namespace fireworks {
30  namespace geometry {
32  }
33 }
34 
35 #define DEFINE_FIREWORKS_GEOM_DISPLAY(type) \
36 static fireworks::geometry::DisplayPluginFactory::PMaker<type > EDM_PLUGIN_SYM(s_display , __LINE__ ) (#type)
37 
38 
39 #endif
ESHandle< TrackerGeometry > geometry
edmplugin::PluginFactory< DisplayPlugin *(void)> DisplayPluginFactory