#include <G4VisCommandsCompound.hh>
Definition at line 80 of file G4VisCommandsCompound.hh.
◆ G4VisCommandSpecify() [1/2]
G4VisCommandSpecify::G4VisCommandSpecify |
( |
| ) |
|
Definition at line 272 of file G4VisCommandsCompound.cc.
276 (
"Draws logical volume with Boolean components, voxels and readout geometry.");
278 (
"Creates a scene consisting of this logical volume and asks the" 279 "\n current viewer to draw it to the specified depth of descent" 280 "\n showing boolean components (if any), voxels (if any)" 281 "\n and readout geometry (if any), under control of the appropriate flag.");
283 (
"Note: voxels are not constructed until start of run - /run/beamOn.");
286 parameter =
new G4UIparameter(
"logical-volume-name",
's', omitable =
false);
288 parameter =
new G4UIparameter(
"depth-of-descent",
'i', omitable =
true);
291 parameter =
new G4UIparameter(
"booleans-flag",
'b', omitable =
true);
294 parameter =
new G4UIparameter(
"voxels-flag",
'b', omitable =
true);
297 parameter =
new G4UIparameter(
"readout-flag",
'b', omitable =
true);
300 parameter =
new G4UIparameter(
"axes-flag",
'b', omitable =
true);
302 parameter -> SetGuidance (
"Set \"false\" to suppress axes.");
void SetParameter(G4UIparameter *const newParameter)
void SetDefaultValue(const char *theDefaultValue)
void SetGuidance(const char *aGuidance)
◆ ~G4VisCommandSpecify()
G4VisCommandSpecify::~G4VisCommandSpecify |
( |
| ) |
|
|
virtual |
◆ G4VisCommandSpecify() [2/2]
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 310 of file G4VisCommandsCompound.cc.
323 static G4bool warned =
false;
326 "NOTE: For systems which are not \"auto-refresh\" you will need to" 327 "\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
◆ fpCommand
The documentation for this class was generated from the following files: