#include <G4VisCommandsCompound.hh>
Definition at line 80 of file G4VisCommandsCompound.hh.
◆ G4VisCommandSpecify()
G4VisCommandSpecify::G4VisCommandSpecify |
( |
| ) |
|
Definition at line 288 of file G4VisCommandsCompound.cc.
288 {
292 ("Draws logical volume with Boolean components, voxels and readout geometry.");
294 ("Creates a scene consisting of this logical volume and asks the"
295 "\n current viewer to draw it to the specified depth of descent"
296 "\n showing boolean components (if any), voxels (if any)"
297 "\n and readout geometry (if any), under control of the appropriate flag.");
299 ("Note: voxels are not constructed until start of run - /run/beamOn.");
300 fpCommand->
SetGuidance(
"The scene becomes current.");
302 parameter =
new G4UIparameter(
"logical-volume-name",
's', omitable =
false);
304 parameter =
new G4UIparameter(
"depth-of-descent",
'i', omitable =
true);
307 parameter =
new G4UIparameter(
"booleans-flag",
'b', omitable =
true);
310 parameter =
new G4UIparameter(
"voxels-flag",
'b', omitable =
true);
313 parameter =
new G4UIparameter(
"readout-flag",
'b', omitable =
true);
316}
void SetParameter(G4UIparameter *const newParameter)
void SetGuidance(const char *aGuidance)
void SetDefaultValue(const char *theDefaultValue)
◆ ~G4VisCommandSpecify()
G4VisCommandSpecify::~G4VisCommandSpecify |
( |
| ) |
|
|
virtual |
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 322 of file G4VisCommandsCompound.cc.
322 {
328 newVerbose = 2;
330
335 static G4bool warned =
false;
338 "NOTE: For systems which are not \"auto-refresh\" you will need to"
339 "\n issue \"/vis/viewer/refresh\" or \"/vis/viewer/flush\"."
341 warned = true;
342 }
343}
G4DLLIMPORT std::ostream G4cout
G4int ApplyCommand(const char *aCommand)
G4int GetVerboseLevel() const
static G4UImanager * GetUIpointer()
void SetVerboseLevel(G4int val)
static G4VisManager * fpVisManager
static Verbosity GetVerbosity()
The documentation for this class was generated from the following files: