44 : sTransform(afTransform),
45 sPhysicalVolumePtr(pPhysVol),
54 sPhysicalVolumePtr(0),
66 : sPhysicalVolumePtr(pPhysVol),
75 : sTransform(right.sTransform),
76 sPhysicalVolumePtr(right.sPhysicalVolumePtr),
77 sReplicaNo(right.sReplicaNo),
78 sVolumeType(right.sVolumeType),
88 #ifdef DEBUG_NAVIG_LEVEL
91 G4Exception(
"G4NavigationLevelRep::~G4NavigationLevelRep()",
93 "Deletion of data-level object with positive reference count.");
104 if ( &right !=
this )
106 sTransform = right.sTransform;
107 sPhysicalVolumePtr = right.sPhysicalVolumePtr;
108 sVolumeType = right.sVolumeType;
109 sReplicaNo = right.sReplicaNo;
110 fCountRef = right.fCountRef;
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G4ThreadLocal G4Allocator< G4NavigationLevelRep > * aNavigLevelRepAllocator
G4NavigationLevelRep & operator=(const G4NavigationLevelRep &right)