#include <G4VisCommandsCompound.hh>
Definition at line 80 of file G4VisCommandsCompound.hh.
G4VisCommandSpecify::G4VisCommandSpecify |
( |
| ) |
|
Definition at line 306 of file G4VisCommandsCompound.cc.
310 (
"Draws logical volume with Boolean components, voxels and readout geometry.");
312 (
"Creates a scene consisting of this logical volume and asks the"
313 "\n current viewer to draw it to the specified depth of descent"
314 "\n showing boolean components (if any), voxels (if any),"
315 "\n readout geometry (if any) and local axes, under control of the"
316 "\n appropriate flag.");
318 (
"Note: voxels are not constructed until start of run - /run/beamOn."
319 "\n (For voxels without a run, \"/run/beamOn 0\".)");
320 fpCommand->
SetGuidance(
"The scene becomes current.");
322 parameter =
new G4UIparameter(
"logical-volume-name",
's', omitable =
false);
324 parameter =
new G4UIparameter(
"depth-of-descent",
'i', omitable =
true);
327 parameter =
new G4UIparameter(
"booleans-flag",
'b', omitable =
true);
330 parameter =
new G4UIparameter(
"voxels-flag",
'b', omitable =
true);
333 parameter =
new G4UIparameter(
"readout-flag",
'b', omitable =
true);
336 parameter =
new G4UIparameter(
"axes-flag",
'b', omitable =
true);
338 parameter -> SetGuidance (
"Set \"false\" to suppress axes.");
void SetParameter(G4UIparameter *const newParameter)
void SetDefaultValue(const char *theDefaultValue)
void SetGuidance(const char *aGuidance)
G4VisCommandSpecify::~G4VisCommandSpecify |
( |
| ) |
|
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 346 of file G4VisCommandsCompound.cc.
359 static G4bool warned =
false;
362 "NOTE: For systems which are not \"auto-refresh\" you will need to"
363 "\n issue \"/vis/viewer/refresh\" or \"/vis/viewer/flush\"."
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int val)
static G4UImanager * GetUIpointer()
G4GLOB_DLL std::ostream G4cout
static Verbosity GetVerbosity()
G4int ApplyCommand(const char *aCommand)
static G4VisManager * fpVisManager
The documentation for this class was generated from the following files: