#include <G4VisCommandsTouchable.hh>
Definition at line 38 of file G4VisCommandsTouchable.hh.
◆ G4VisCommandsTouchable() [1/2]
G4VisCommandsTouchable::G4VisCommandsTouchable |
( |
| ) |
|
Definition at line 39 of file G4VisCommandsTouchable.cc.
44 (
"Use \"/vis/set/touchable\" to set current touchable.");
G4UIcmdWithoutParameter * fpCommandDump
void SetGuidance(const char *aGuidance)
◆ ~G4VisCommandsTouchable()
G4VisCommandsTouchable::~G4VisCommandsTouchable |
( |
| ) |
|
|
virtual |
◆ G4VisCommandsTouchable() [2/2]
◆ GetCurrentValue()
◆ operator=()
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 56 of file G4VisCommandsTouchable.cc.
63 size_t nWorlds = transportationManager->
GetNoWorlds();
69 "ERROR: G4VisCommandsTouchable::SetNewValue:" 70 "\n No world. Maybe the geometry has not yet been defined." 71 "\n Try \"/run/initialize\"" 80 std::vector<G4VPhysicalVolume*>::iterator iterWorld =
82 for (
size_t i = 0; i < nWorlds; ++i, ++iterWorld) {
85 pvModel.SetModelingParameters (&mp);
87 pvModel.DescribeYourselfTo (dumpScene);
88 if (dumpScene.IsFound()) found =
true;
99 "ERROR: G4VisCommandsTouchable::SetNewValue: unrecognised command."
static G4ModelingParameters::PVNameCopyNoPath fCurrentTouchablePath
std::vector< G4VPhysicalVolume * >::iterator GetWorldsIterator()
size_t GetNoWorlds() const
G4UIcmdWithoutParameter * fpCommandDump
G4GLOB_DLL std::ostream G4cout
static G4TransportationManager * GetTransportationManager()
static Verbosity GetVerbosity()
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
◆ fpCommandDump
The documentation for this class was generated from the following files: