47 fpCurrentObjectTransformation (0)
68 if (!pPVModel)
return;
77 typedef std::vector<PVNodeID>
PVPath;
87 (drawnPVPath.back().GetPhysicalVolume()->GetLogicalVolume());
90 PVPath::const_reverse_iterator ri = ++drawnPVPath.rbegin();
91 if (ri != drawnPVPath.rend()) {
94 ri->GetPhysicalVolume()->GetLogicalVolume();
95 if (fDrawnLVStore.find(drawnMotherLV) != fDrawnLVStore.end()) {
104 G4cout <<
"ERROR: G4XXXSceneHandler::PreAddSolid: Mother "
105 << ri->GetPhysicalVolume()->GetName()
106 <<
':' << ri->GetCopyNo()
107 <<
" not previously encountered."
108 "\nShouldn't happen! Please report to visualization coordinator."