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

GLG4VisMessenger.hh

00001 // This file is part of the GenericLAND software library.
00002 // $Id: GLG4VisMessenger.hh,v 1.1.1.1 2004/12/21 22:29:48 GLG4sim Exp $
00003 //
00004 // GenericLAND visualization manager messenger
00005 //   -- main purpose of defining our own is to reorient "up" vector
00006 //
00007 // Author:  Glenn Horton-Smith, Jan 28, 2000
00008 //
00009 #ifdef G4VIS_USE
00010 #ifndef GLG4VISMESSENGER_HH
00011 #define GLG4VISMESSENGER_HH
00012 
00013 #include "G4UImessenger.hh"
00014 
00015 class GLG4VisManager;
00016 
00017 class GLG4VisMessenger: public G4UImessenger
00018 {
00019   public:
00020     GLG4VisMessenger(GLG4VisManager* pVMan_);
00021     ~GLG4VisMessenger();
00022     
00023     void SetNewValue(G4UIcommand * command,G4String newValues);
00024     G4String GetCurrentValue(G4UIcommand * command);
00025 
00026   protected:
00027     GLG4VisManager* pVMan;
00028 };
00029 
00030 #endif
00031 #endif

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