00001 #ifndef VIS_G4_VOLUMES_VIS_G4_GEOMETRY_TWIG_H 00002 # define VIS_G4_VOLUMES_VIS_G4_GEOMETRY_TWIG_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "VisGeant4/VisG4Volumes/interface/config.h" 00007 # include "Iguana/Framework/interface/IgTwig.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 00013 class VisG4VisManager; 00014 00015 //<<<<<< PUBLIC VARIABLES >>>>>> 00016 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00017 //<<<<<< CLASS DECLARATIONS >>>>>> 00018 00025 class VIS_G4_VOLUMES_API VisG4GeometryTwig : public IgSimpleTwig 00026 { 00027 public: 00028 VisG4GeometryTwig (VisG4VisManager *visManager, IgTwig *parent); 00029 // implicit copy constructor 00030 // implicit assignment operator 00031 // implicit destructor 00032 00033 virtual void update (void); 00034 }; 00035 00036 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00037 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00038 00039 #endif // VIS_G4_VOLUMES_VIS_G4_GEOMETRY_TWIG_H