/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/cmd/include/RAT/GLG4VisMessenger.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/cmd/include/RAT/GLG4VisMessenger.hh Source File
Ratpac-two
GLG4VisMessenger.hh
1 // This file is part of the GenericLAND software library.
2 // $Id: GLG4VisMessenger.hh,v 1.1 2005/08/30 19:55:22 volsung Exp $
3 //
4 // GenericLAND visualization manager messenger
5 // -- main purpose of defining our own is to reorient "up" vector
6 //
7 // Author: Glenn Horton-Smith, Jan 28, 2000
8 //
9 #ifndef GLG4VISMESSENGER_HH
10 #define GLG4VISMESSENGER_HH
11 
12 #include "G4UImessenger.hh"
13 
14 class GLG4VisManager;
15 
16 class GLG4VisMessenger : public G4UImessenger {
17  public:
20 
21  void SetNewValue(G4UIcommand *command, G4String newValues);
22  G4String GetCurrentValue(G4UIcommand *command);
23 
24  protected:
25  GLG4VisManager *pVMan;
26 };
27 
28 #endif
Definition: GLG4VisManager.hh:18
Definition: GLG4VisMessenger.hh:16