#include <G4VisCommandsSceneAdd.hh>
Definition at line 239 of file G4VisCommandsSceneAdd.hh.
◆ G4VisCommandSceneAddLine2D() [1/2]
G4VisCommandSceneAddLine2D::G4VisCommandSceneAddLine2D |
( |
| ) |
|
◆ ~G4VisCommandSceneAddLine2D()
G4VisCommandSceneAddLine2D::~G4VisCommandSceneAddLine2D |
( |
| ) |
|
|
virtual |
◆ G4VisCommandSceneAddLine2D() [2/2]
◆ GetCurrentValue()
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 1027 of file G4VisCommandsSceneAdd.cc.
1035 G4cerr <<
"ERROR: No current scene. Please create one." <<
G4endl;
1041 std::istringstream is(newValue);
1042 is >> x1 >> y1 >> x2 >>
y2;
1044 Line2D* line2D =
new Line2D
1051 const G4String& currentSceneName = pScene -> GetName ();
1052 G4bool successful = pScene -> AddRunDurationModel (model, warn);
1055 G4cout <<
"A 2D line has been added to scene \"" 1056 << 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: