CMS 3D CMS Logo

VisSimMain.h

Go to the documentation of this file.
00001 #ifndef VIS_SIM_APP_VIS_SIM_MAIN_H
00002 # define VIS_SIM_APP_VIS_SIM_MAIN_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "Iguana/Studio/interface/IgStudioSetupExtension.h"
00007 
00008 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00009 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00010 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00011 
00012 class IgState;
00013 class IgStudioDriver;
00014 class IgDocument;
00015 
00016 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00017 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00018 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00019 
00020 class VisSimMain : public IgStudioSetupExtension
00021 {
00022     IG_DECLARE_STATE_ELEMENT (VisSimMain);
00023 public:
00024     VisSimMain (IgState *state);
00025     // implicit copy constructor
00026     // implicit assignment operator
00027     // implicit destructor
00028 
00029     virtual bool        setup (IgStudioDriver *into);
00030 
00031 private:
00032     IgState             *m_state;
00033     IgStudioDriver      *m_studio;
00034     IgDocument          *m_document;
00035 };
00036 
00037 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00038 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00039 
00040 #endif // VIS_SIM_APP_VIS_SIM_MAIN_H

Generated on Tue Jun 9 17:50:29 2009 for CMSSW by  doxygen 1.5.4