Geant4
10.02.p02
|
#include <G4HepRepMessenger.hh>
Public Member Functions | |
virtual | ~G4HepRepMessenger () |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
virtual void | SetNewValue (G4UIcommand *command, G4String newValue) |
virtual G4String | getFileDir () |
virtual G4String | getFileName () |
virtual G4bool | getOverwrite () |
virtual G4bool | getCullInvisibles () |
virtual G4bool | renderCylAsPolygons () |
virtual G4double | getScale () |
virtual G4ThreeVector | getCenter () |
virtual G4String | getEventNumberSuffix () |
virtual G4bool | appendGeometry () |
virtual G4bool | addPointAttributes () |
virtual G4bool | useSolids () |
virtual G4bool | writeInvisibles () |
Public Member Functions inherited from G4UImessenger | |
G4UImessenger () | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
G4bool | operator== (const G4UImessenger &messenger) const |
G4bool | CommandsShouldBeInMaster () const |
Static Public Member Functions | |
static G4HepRepMessenger * | GetInstance () |
Private Member Functions | |
G4HepRepMessenger () | |
Static Private Attributes | |
static G4HepRepMessenger * | fpInstance = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from G4UImessenger | |
G4String | ItoS (G4int i) |
G4String | DtoS (G4double a) |
G4String | BtoS (G4bool b) |
G4int | StoI (G4String s) |
G4double | StoD (G4String s) |
G4bool | StoB (G4String s) |
void | AddUIcommand (G4UIcommand *newCommand) |
void | CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) |
template<typename T > | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
Protected Attributes inherited from G4UImessenger | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
G4bool | commandsShouldBeInMaster |
Definition at line 41 of file G4HepRepMessenger.hh.
|
virtual |
Definition at line 153 of file G4HepRepMessenger.cc.
References addPointAttributesCommand, appendGeometryCommand, heprepDirectory, renderCylAsPolygonsCommand, setCenterCommand, setCullInvisiblesCommand, setEventNumberSuffixCommand, setFileDirCommand, setFileNameCommand, setOverwriteCommand, setScaleCommand, and useSolidsCommand.
|
private |
Definition at line 40 of file G4HepRepMessenger.cc.
References addPointAttributesCommand, appendGeometryCommand, G4UIcommand::AvailableForStates(), G4UIcommand::ConvertToBool(), cullInvisibles, fileDir, fileName, G4State_Idle, heprepDirectory, overwrite, renderCylAsPolygonsCommand, setCenterCommand, setCullInvisiblesCommand, G4UIcmdWith3VectorAndUnit::SetDefaultUnit(), G4UIcmdWithADouble::SetDefaultValue(), G4UIcmdWithAString::SetDefaultValue(), G4UIcmdWithABool::SetDefaultValue(), G4UIcmdWith3VectorAndUnit::SetDefaultValue(), setEventNumberSuffixCommand, setFileDirCommand, setFileNameCommand, G4UIcommand::SetGuidance(), setOverwriteCommand, G4UIcmdWithAString::SetParameterName(), G4UIcmdWithADouble::SetParameterName(), G4UIcmdWithABool::SetParameterName(), G4UIcmdWith3VectorAndUnit::SetParameterName(), G4UIcommand::SetRange(), setScaleCommand, and useSolidsCommand.
Referenced by GetInstance().
|
virtual |
Definition at line 258 of file G4HepRepMessenger.cc.
References pointAttributes.
|
virtual |
Definition at line 254 of file G4HepRepMessenger.cc.
References geometry.
Referenced by G4HepRepSceneHandler::closeHepRep(), G4HepRepSceneHandler::getGeometryInstanceTree(), G4HepRepSceneHandler::getGeometryTypeTree(), and G4HepRepViewer::ShowView().
|
virtual |
Definition at line 246 of file G4HepRepMessenger.cc.
References center.
Referenced by G4HepRepFileXMLWriter::addPoint().
|
virtual |
Definition at line 234 of file G4HepRepMessenger.cc.
References cullInvisibles.
Referenced by G4HepRepFileSceneHandler::AddHepRepInstance(), G4HepRepFileSceneHandler::AddPrimitive(), and G4HepRepFileSceneHandler::AddSolid().
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 168 of file G4HepRepMessenger.cc.
References addPointAttributesCommand, appendGeometryCommand, center, G4UIcommand::ConvertToString(), cullInvisibles, cylAsPolygons, fileDir, fileName, geometry, overwrite, pointAttributes, renderCylAsPolygonsCommand, scale, setCenterCommand, setCullInvisiblesCommand, setEventNumberSuffixCommand, setFileDirCommand, setFileNameCommand, setOverwriteCommand, setScaleCommand, solids, suffix, and useSolidsCommand.
|
virtual |
Definition at line 250 of file G4HepRepMessenger.cc.
References suffix.
Referenced by G4HepRepSceneHandler::open().
|
virtual |
Definition at line 222 of file G4HepRepMessenger.cc.
References fileDir.
Referenced by G4HepRepFileSceneHandler::CheckFileOpen().
|
virtual |
Definition at line 226 of file G4HepRepMessenger.cc.
References fileName.
Referenced by G4HepRepFileSceneHandler::CheckFileOpen().
|
static |
Definition at line 34 of file G4HepRepMessenger.cc.
References fpInstance, and G4HepRepMessenger().
Referenced by G4HepRepFileSceneHandler::AddHepRepInstance(), G4HepRepFileXMLWriter::addPoint(), G4HepRepFileSceneHandler::AddPrimitive(), G4HepRepFileSceneHandler::AddSolid(), G4HepRepSceneHandler::AddSolid(), G4HepRepSceneHandler::addTopLevelAttributes(), G4HepRepFileSceneHandler::CheckFileOpen(), G4HepRepSceneHandler::closeHepRep(), G4HepRepSceneHandler::dontWrite(), G4HepRep::G4HepRep(), G4HepRepFile::G4HepRepFile(), G4HepRepSceneHandler::getGeometryInstanceTree(), G4HepRepSceneHandler::getGeometryTypeTree(), G4HepRepSceneHandler::open(), and G4HepRepViewer::ShowView().
|
virtual |
Definition at line 230 of file G4HepRepMessenger.cc.
References overwrite.
Referenced by G4HepRepFileSceneHandler::CheckFileOpen().
|
virtual |
Definition at line 242 of file G4HepRepMessenger.cc.
References scale.
Referenced by G4HepRepFileXMLWriter::addPoint(), and G4HepRepFileSceneHandler::AddSolid().
|
virtual |
Definition at line 238 of file G4HepRepMessenger.cc.
References cylAsPolygons.
Referenced by G4HepRepFileSceneHandler::AddSolid().
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 196 of file G4HepRepMessenger.cc.
References addPointAttributesCommand, appendGeometryCommand, center, cullInvisibles, cylAsPolygons, fileDir, fileName, geometry, G4UIcmdWith3VectorAndUnit::GetNew3VectorValue(), G4UIcmdWithABool::GetNewBoolValue(), G4UIcmdWithADouble::GetNewDoubleValue(), overwrite, pointAttributes, renderCylAsPolygonsCommand, scale, setCenterCommand, setCullInvisiblesCommand, setEventNumberSuffixCommand, setFileDirCommand, setFileNameCommand, setOverwriteCommand, setScaleCommand, solids, suffix, and useSolidsCommand.
|
virtual |
Definition at line 262 of file G4HepRepMessenger.cc.
References solids.
Referenced by G4HepRepSceneHandler::AddSolid(), and G4HepRepSceneHandler::addTopLevelAttributes().
|
virtual |
Definition at line 266 of file G4HepRepMessenger.cc.
References invisibles.
Referenced by G4HepRepSceneHandler::addTopLevelAttributes(), and G4HepRepSceneHandler::dontWrite().
|
private |
Definition at line 100 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 97 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 90 of file G4HepRepMessenger.hh.
Referenced by getCenter(), GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 81 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), getCullInvisibles(), GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 84 of file G4HepRepMessenger.hh.
Referenced by GetCurrentValue(), renderCylAsPolygons(), and SetNewValue().
|
private |
Definition at line 72 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), getFileDir(), and SetNewValue().
|
private |
Definition at line 75 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), getFileName(), and SetNewValue().
|
staticprivate |
Definition at line 68 of file G4HepRepMessenger.hh.
Referenced by GetInstance().
|
private |
Definition at line 96 of file G4HepRepMessenger.hh.
Referenced by appendGeometry(), GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 70 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), and ~G4HepRepMessenger().
|
private |
Definition at line 105 of file G4HepRepMessenger.hh.
Referenced by writeInvisibles().
|
private |
Definition at line 78 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), getOverwrite(), and SetNewValue().
|
private |
Definition at line 99 of file G4HepRepMessenger.hh.
Referenced by addPointAttributes(), GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 85 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 87 of file G4HepRepMessenger.hh.
Referenced by GetCurrentValue(), getScale(), and SetNewValue().
|
private |
Definition at line 91 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 82 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 94 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 73 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 76 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 79 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 88 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().
|
private |
Definition at line 102 of file G4HepRepMessenger.hh.
Referenced by GetCurrentValue(), SetNewValue(), and useSolids().
|
private |
Definition at line 93 of file G4HepRepMessenger.hh.
Referenced by GetCurrentValue(), getEventNumberSuffix(), and SetNewValue().
|
private |
Definition at line 103 of file G4HepRepMessenger.hh.
Referenced by G4HepRepMessenger(), GetCurrentValue(), SetNewValue(), and ~G4HepRepMessenger().