#include <G4VisCommandsGeometrySet.hh>
Definition at line 42 of file G4VisCommandsGeometrySet.cc.
   49   for (
size_t iLV = 0; iLV < pLVStore->size(); iLV++ ) {
 
   52     if (logVolName == requestedName) found = 
true;
 
   53     if (requestedName == 
"all" || logVolName == requestedName) {
 
   57   if (requestedName != 
"all" && !found) {
 
   59       G4cerr << 
"ERROR: Logical volume \"" << requestedName
 
   60          << 
"\" not found in logical volume store." << 
G4endl;
 
static G4UImanager * GetUIpointer()
static G4LogicalVolumeStore * GetInstance()
void SetLVVisAtts(G4LogicalVolume *, const G4VVisCommandGeometrySetFunction &, G4int depth, G4int requestedDepth)
static Verbosity GetVerbosity()
G4VViewer * GetCurrentViewer() const 
const G4String & GetName() const 
G4int ApplyCommand(const char *aCommand)
G4GLOB_DLL std::ostream G4cerr
static G4VisManager * fpVisManager
 
 
 
Definition at line 70 of file G4VisCommandsGeometrySet.cc.
   79     *newVisAtts = *oldVisAtts;
 
   81   setFunction(newVisAtts);  
 
   86        << 
"\": setting vis attributes:";
 
   88       G4cout << 
"\nwas: " << *oldVisAtts;
 
   90       G4cout << 
"\n(no old attributes)";
 
   92     G4cout << 
"\nnow: " << *newVisAtts
 
   95   if (requestedDepth < 0 || depth < requestedDepth) {
 
   97     for (
G4int i = 0; i < nDaughters; ++i) {
 
   99            setFunction, ++depth, requestedDepth);
 
G4VPhysicalVolume * GetDaughter(const G4int i) const 
G4GLOB_DLL std::ostream G4cout
const G4VisAttributes * GetVisAttributes() const 
static std::map< G4LogicalVolume *, const G4VisAttributes * > fVisAttsMap
G4int GetNoDaughters() const 
G4LogicalVolume * GetLogicalVolume() const 
void SetLVVisAtts(G4LogicalVolume *, const G4VVisCommandGeometrySetFunction &, G4int depth, G4int requestedDepth)
static Verbosity GetVerbosity()
const G4String & GetName() const 
void SetVisAttributes(const G4VisAttributes *pVA)
static G4VisManager * fpVisManager
 
 
 
The documentation for this class was generated from the following files: