36#ifndef G4NAVIGATIONLEVEL_HH
37#define G4NAVIGATIONLEVEL_HH
124 inline void*
operator new(size_t);
125 inline void operator delete(
void* aLevel);
130 inline void*
operator new(size_t,
void*);
131 inline void operator delete(
void* ptr,
void*);
138#include "G4NavigationLevel.icc"
G4NavigationLevelRep is a data representation class, used to hold the data for a single level of the ...
const G4AffineTransform & GetTransform() const
G4NavigationLevel(G4VPhysicalVolume *newPtrPhysVol, const G4AffineTransform &newT, EVolume newVolTp, G4int newRepNo=-1)
G4VPhysicalVolume * GetPhysicalVolume() const
EVolume GetVolumeType() const
G4NavigationLevel & operator=(const G4NavigationLevel &)
const G4AffineTransform * GetTransformPtr() const
const G4AffineTransform * GetPtrTransform() const
G4int GetReplicaNo() const
G4VPhysicalVolume is an abstract base class for the representation of a positioned volume....