46 fpCurrentObjectTransformation (0)
67 if (!pPVModel)
return;
76 typedef std::vector<PVNodeID>
PVPath;
86 (drawnPVPath.back().GetPhysicalVolume()->GetLogicalVolume());
89 PVPath::const_reverse_iterator ri = ++drawnPVPath.rbegin();
90 if (ri != drawnPVPath.rend()) {
93 ri->GetPhysicalVolume()->GetLogicalVolume();
94 if (fDrawnLVStore.find(drawnMotherLV) != fDrawnLVStore.end()) {
103 G4cerr <<
"ERROR: G4VTreeSceneHandler::PreAddSolid: Mother "
104 << ri->GetPhysicalVolume()->GetName()
105 <<
':' << ri->GetCopyNo()
106 <<
" not previously encountered."
107 "\nShouldn't happen! Please report to visualization coordinator."