CMS 3D CMS Logo

IgBrowser.h

Go to the documentation of this file.
00001 #ifndef IGUANA_FRAMEWORK_IG_BROWSER_H
00002 # define IGUANA_FRAMEWORK_IG_BROWSER_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Framework/interface/config.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 class IgRepresentable;
00013 
00014 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00015 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00016 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00017 
00642 /**********************************************************************/
00643 /**********************************************************************/
00644 /**********************************************************************/
00645 
00701 class IGUANA_FRAMEWORK_API IgBrowser
00702 {
00703 public:
00704     virtual ~IgBrowser (void);
00705 
00734     virtual void        browse (IgRepresentable *object) = 0;
00735 };
00736 
00737 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00738 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00739 
00740 #endif // IGUANA_FRAMEWORK_IG_BROWSER_H

Generated on Tue Jun 9 17:38:12 2009 for CMSSW by  doxygen 1.5.4