Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

GLG4VisManager.hh

00001 // This file is part of the GenericLAND software library.
00002 // $Id: GLG4VisManager.hh,v 1.1.1.1 2004/12/21 22:29:48 GLG4sim Exp $
00003 //
00004 // GenericLAND visualization manager based on Geant4's "MyVisManager"
00005 //   -- main purpose of defining our own is to reorient "up" vector
00006 //
00007 // See class description of G4VisManager for more details.
00008 //
00009 // Author:  Glenn Horton-Smith, Jan 28, 2000
00010 //
00011 #ifdef G4VIS_USE
00012 #ifndef GLG4VISMANAGER_HH
00013 #define GLG4VISMANAGER_HH
00014 
00015 #include "G4VisManager.hh"
00016 
00017 class GLG4VisManager: public G4VisManager {
00018 
00019 public: // With description
00020 
00021   GLG4VisManager ();
00022 
00023 private:
00024 
00025   void RegisterGraphicsSystems ();
00026 
00027 };
00028 
00029 #endif
00030 #endif

Generated on Fri Jul 6 13:31:46 2007 for GLG4sim by  doxygen 1.3.9.1