CMS 3D CMS Logo

Ig3DBrowser.h

Go to the documentation of this file.
00001 #ifndef IGUANA_GL_BROWSERS_IG_3D_BROWSER_H
00002 # define IGUANA_GL_BROWSERS_IG_3D_BROWSER_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/GLBrowsers/interface/config.h"
00007 # include "Iguana/GLBrowsers/interface/Ig3DBaseBrowser.h"
00008 
00009 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00010 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00011 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00012 
00013 class IgState;
00014 class Ig3DModel;
00015 
00016 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00017 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00018 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00019 
00020 class IGUANA_GL_BROWSERS_API Ig3DBrowser : public Ig3DBaseBrowser
00021 {
00022 public:
00023     Ig3DBrowser (IgState *state, IgSite *site, Ig3DModel *model = 0);
00024 
00025     static const char *         catalogLabel (void);
00026 };
00027 
00028 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00029 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00030 
00031 #endif // IGUANA_GL_BROWSERS_IG_3D_BROWSER_H

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