#include <G4VisCommandsSceneAdd.hh>
Definition at line 173 of file G4VisCommandsSceneAdd.hh.
◆ G4VisCommandSceneAddFrame() [1/2]
G4VisCommandSceneAddFrame::G4VisCommandSceneAddFrame |
( |
| ) |
|
Definition at line 788 of file G4VisCommandsSceneAdd.cc.
790 fpCommand -> SetGuidance (
"Adds frame to current scene.");
793 parameter =
new G4UIparameter (
"size",
'd', omitable =
true);
794 parameter -> SetGuidance (
"Size of frame. 1 = full window.");
795 parameter -> SetParameterRange (
"size > 0 && size <=1");
796 parameter -> SetDefaultValue (0.97);
◆ ~G4VisCommandSceneAddFrame()
G4VisCommandSceneAddFrame::~G4VisCommandSceneAddFrame |
( |
| ) |
|
|
virtual |
◆ G4VisCommandSceneAddFrame() [2/2]
◆ GetCurrentValue()
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 808 of file G4VisCommandsSceneAdd.cc.
816 G4cerr <<
"ERROR: No current scene. Please create one." <<
G4endl;
822 std::istringstream is(newValue);
831 const G4String& currentSceneName = pScene -> GetName ();
832 G4bool successful = pScene -> AddRunDurationModel (model, warn);
835 G4cout <<
"Frame has been added to scene \"" 836 << currentSceneName <<
"\"." void SetGlobalTag(const G4String &)
static G4Colour fCurrentColour
G4Scene * GetCurrentScene() const
void UpdateVisManagerScene(const G4String &sceneName="")
static void G4VisCommandsSceneAddUnsuccessful(G4VisManager::Verbosity verbosity)
G4GLOB_DLL std::ostream G4cout
void SetType(const G4String &)
static G4double fCurrentLineWidth
static Verbosity GetVerbosity()
void SetGlobalDescription(const G4String &)
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
◆ fpCommand
The documentation for this class was generated from the following files: