#include <G4VVisCommand.hh>
Definition at line 47 of file G4VVisCommand.hh.
◆ G4VVisCommand()
G4VVisCommand::G4VVisCommand |
( |
| ) |
|
◆ ~G4VVisCommand()
G4VVisCommand::~G4VVisCommand |
( |
| ) |
|
|
virtual |
◆ ConvertToDoublePair()
Definition at line 65 of file G4VVisCommand.cc.
72 std::istringstream is(paramString);
static G4double ValueOf(const char *unitName)
◆ ConvertToString()
Definition at line 56 of file G4VVisCommand.cc.
60 std::ostringstream oss;
61 oss <<
x/uv <<
" " <<
y/uv <<
" " << unitName;
static G4double ValueOf(const char *unitName)
◆ GetCurrentColour()
static const G4Colour& G4VVisCommand::GetCurrentColour |
( |
| ) |
|
|
inlinestatic |
◆ GetCurrentLineWidth()
static G4double G4VVisCommand::GetCurrentLineWidth |
( |
| ) |
|
|
inlinestatic |
◆ GetCurrentTextColour()
static const G4Colour& G4VVisCommand::GetCurrentTextColour |
( |
| ) |
|
|
inlinestatic |
◆ GetCurrentTextLayout()
◆ GetCurrentTextSize()
static G4double G4VVisCommand::GetCurrentTextSize |
( |
| ) |
|
|
inlinestatic |
◆ SetVisManager()
◆ UpdateVisManagerScene()
void G4VVisCommand::UpdateVisManagerScene |
( |
const G4String & |
sceneName = "" | ) |
|
|
protected |
Definition at line 83 of file G4VVisCommand.cc.
89 G4int iScene, nScenes = sceneList.size ();
90 for (iScene = 0; iScene < nScenes; iScene++) {
91 if (sceneList [iScene] -> GetName () == sceneName)
break;
95 if (iScene < nScenes) {
96 pScene = sceneList [iScene];
101 G4cout <<
"WARNING: Scene \"" << sceneName <<
"\" not found." 113 if (sceneHandler && sceneHandler -> GetScene ()) {
116 ApplyCommand (
"/vis/scene/notifyHandlers");
static G4UImanager * GetUIpointer()
G4GLOB_DLL std::ostream G4cout
static Verbosity GetVerbosity()
static G4VisManager * fpVisManager
◆ fCurrentColour
◆ fCurrentLineWidth
G4double G4VVisCommand::fCurrentLineWidth = 1. |
|
staticprotected |
◆ fCurrentTextColour
◆ fCurrentTextLayout
◆ fCurrentTextSize
G4double G4VVisCommand::fCurrentTextSize = 12. |
|
staticprotected |
◆ fCurrentTouchablePath
◆ fpVisManager
The documentation for this class was generated from the following files: