75 G4cout <<
"WARNING - Attempt to delete the physical volume store"
76 <<
" while geometry closed !" <<
G4endl;
89 #ifdef G4GEOMETRY_VOXELDEBUG
90 G4cout <<
"Deleting Physical Volumes ... ";
93 for(
auto pos=store->cbegin();
pos!=store->cend(); ++
pos)
99 #ifdef G4GEOMETRY_VOXELDEBUG
100 if (store->size() < i-1)
101 {
G4cout <<
"No volumes deleted. Already deleted by user ?" <<
G4endl; }
141 if (motherLogical !=
nullptr) { motherLogical->
RemoveDaughter(pVolume); }
162 if ((*i)->GetName() ==
name) {
return *i; }
167 message <<
"Volume NOT found in store !" <<
G4endl
168 <<
" Volume " << name <<
" NOT found in store !" <<
G4endl
169 <<
" Returning NULL pointer.";