#include <G4VisCommandsViewer.hh>
Definition at line 287 of file G4VisCommandsViewer.hh.
◆ G4VisCommandViewerUpdate() [1/2]
G4VisCommandViewerUpdate::G4VisCommandViewerUpdate |
( |
| ) |
|
Definition at line 1563 of file G4VisCommandsViewer.cc.
1564 G4bool omitable, currentAsDefault;
1567 (
"Triggers graphical database post-processing for viewers" 1568 "\nusing that technique.");
1570 (
"For such viewers the view only becomes visible with this command." 1571 "\nBy default, acts on current viewer. \"/vis/viewer/list\"" 1572 "\nto see possible viewers. Viewer becomes current.");
1573 fpCommand -> SetParameterName (
"viewer-name",
1575 currentAsDefault =
true);
G4UIcmdWithAString * fpCommand
◆ ~G4VisCommandViewerUpdate()
G4VisCommandViewerUpdate::~G4VisCommandViewerUpdate |
( |
| ) |
|
|
virtual |
◆ G4VisCommandViewerUpdate() [2/2]
◆ GetCurrentValue()
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 1592 of file G4VisCommandsViewer.cc.
1602 "WARNING: command \"/vis/viewer/update\" could not be applied: no current viewer." 1609 if (!sceneHandler) {
1611 G4cerr <<
"ERROR: Viewer \"" << updateName <<
"\"" <<
1612 " has no scene handler - report serious bug." 1621 G4cout <<
"NOTE: SceneHandler \"" << sceneHandler->
GetName()
1622 <<
"\", to which viewer \"" << updateName <<
"\"" <<
1623 "\n is attached, has no scene - \"/vis/scene/create\" and" 1624 " \"/vis/sceneHandler/attach\"" 1625 "\n (or use compound command \"/vis/drawVolume\")." 1632 G4cout <<
"Viewer \"" << viewer -> GetName () <<
"\"";
1635 viewer -> ShowView ();
1637 sceneHandler -> SetMarkForClearingTransientStore(
true);
G4Scene * GetScene() const
const G4String & GetName() const
G4VSceneHandler * GetSceneHandler() const
G4GLOB_DLL std::ostream G4cout
static Verbosity GetVerbosity()
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
◆ fpCommand
The documentation for this class was generated from the following files: