#include <G4VisCommandsTouchable.hh>
Definition at line 38 of file G4VisCommandsTouchable.hh.
G4VisCommandsTouchable::G4VisCommandsTouchable |
( |
| ) |
|
Definition at line 37 of file G4VisCommandsTouchable.cc.
40 fpCommandDump->
SetGuidance(
"Dump touchable attributes.");
42 (
"Use \"/vis/set/touchable\" to set current touchable.");
44 (
"Use \"/vis/touchable/set\" to set attributes.");
void SetGuidance(const char *aGuidance)
G4VisCommandsTouchable::~G4VisCommandsTouchable |
( |
| ) |
|
|
virtual |
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\""
77 if (command == fpCommandDump)
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()
G4GLOB_DLL std::ostream G4cout
static G4TransportationManager * GetTransportationManager()
static Verbosity GetVerbosity()
size_t GetNoWorlds() const
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
The documentation for this class was generated from the following files: