Geant4  10.00.p03
G4HepRepMessenger.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: G4HepRepMessenger.hh 68043 2013-03-13 14:27:49Z gcosmo $
27 //
28 //
29 #ifndef G4HepRepMessenger_HH
30 #define G4HepRepMessenger_HH 1
31 
32 #include "G4UImessenger.hh"
33 #include "G4UIdirectory.hh"
34 #include "G4UIcmdWithABool.hh"
35 #include "G4UIcmdWithAString.hh"
36 #include "G4UIcmdWithADouble.hh"
38 #include "G4UIcommand.hh"
39 #include "G4ThreeVector.hh"
40 
42 
43  public:
44  static G4HepRepMessenger* GetInstance(); // Singleton constructor.
45  virtual ~G4HepRepMessenger();
46 
47  virtual G4String GetCurrentValue(G4UIcommand * command);
48  virtual void SetNewValue(G4UIcommand * command, G4String newValue);
49 
50  // Used by HepRepFile
51  virtual G4String getFileDir();
52  virtual G4String getFileName();
53  virtual G4bool getOverwrite();
54  virtual G4bool getCullInvisibles();
55  virtual G4bool renderCylAsPolygons();
56  virtual G4double getScale();
57  virtual G4ThreeVector getCenter();
58 
59  // Used by HepRepXML
61  virtual G4bool appendGeometry();
62  virtual G4bool addPointAttributes();
63  virtual G4bool useSolids();
64  virtual G4bool writeInvisibles();
65 
66  private:
67  G4HepRepMessenger(); // Private constructor.
69 
71 
74 
77 
80 
83 
86 
89 
92 
95 
98 
101 
104 
106 };
107 
108 #endif
virtual G4double getScale()
virtual G4String GetCurrentValue(G4UIcommand *command)
virtual G4String getFileName()
G4UIcmdWithADouble * setScaleCommand
G4UIcmdWith3VectorAndUnit * setCenterCommand
virtual G4bool writeInvisibles()
virtual G4bool renderCylAsPolygons()
CLHEP::Hep3Vector G4ThreeVector
G4UIcmdWithABool * appendGeometryCommand
G4UIcmdWithABool * useSolidsCommand
virtual G4String getEventNumberSuffix()
G4UIcmdWithAString * setEventNumberSuffixCommand
virtual G4bool getOverwrite()
virtual G4String getFileDir()
virtual G4ThreeVector getCenter()
G4UIcmdWithABool * setOverwriteCommand
G4UIcmdWithAString * setFileDirCommand
G4UIdirectory * heprepDirectory
bool G4bool
Definition: G4Types.hh:79
virtual G4bool getCullInvisibles()
static G4HepRepMessenger * GetInstance()
virtual G4bool appendGeometry()
G4ThreeVector center
G4UIcmdWithABool * setCullInvisiblesCommand
static G4HepRepMessenger * fpInstance
virtual void SetNewValue(G4UIcommand *command, G4String newValue)
G4UIcmdWithABool * addPointAttributesCommand
G4UIcmdWithAString * setFileNameCommand
G4UIcmdWithABool * renderCylAsPolygonsCommand
virtual G4bool addPointAttributes()
double G4double
Definition: G4Types.hh:76
virtual G4bool useSolids()