Geant4_10
|
#include <G4NavigationLevelRep.hh>
Public Member Functions | |
G4NavigationLevelRep (G4VPhysicalVolume *newPtrPhysVol, const G4AffineTransform &newT, EVolume newVolTp, G4int newRepNo=-1) | |
G4NavigationLevelRep (G4VPhysicalVolume *newPtrPhysVol, const G4AffineTransform &levelAbove, const G4AffineTransform &relativeCurrent, EVolume newVolTp, G4int newRepNo=-1) | |
G4NavigationLevelRep () | |
G4NavigationLevelRep (G4NavigationLevelRep &) | |
~G4NavigationLevelRep () | |
G4NavigationLevelRep & | operator= (const G4NavigationLevelRep &right) |
G4VPhysicalVolume * | GetPhysicalVolume () |
const G4AffineTransform * | GetTransformPtr () const |
const G4AffineTransform & | GetTransform () const |
EVolume | GetVolumeType () const |
G4int | GetReplicaNo () const |
void | AddAReference () |
G4bool | RemoveAReference () |
void * | operator new (size_t) |
void | operator delete (void *aTrack) |
Definition at line 55 of file G4NavigationLevelRep.hh.
G4NavigationLevelRep::G4NavigationLevelRep | ( | G4VPhysicalVolume * | newPtrPhysVol, |
const G4AffineTransform & | newT, | ||
EVolume | newVolTp, | ||
G4int | newRepNo = -1 |
||
) |
Definition at line 40 of file G4NavigationLevelRep.cc.
G4NavigationLevelRep::G4NavigationLevelRep | ( | G4VPhysicalVolume * | newPtrPhysVol, |
const G4AffineTransform & | levelAbove, | ||
const G4AffineTransform & | relativeCurrent, | ||
EVolume | newVolTp, | ||
G4int | newRepNo = -1 |
||
) |
G4NavigationLevelRep::G4NavigationLevelRep | ( | ) |
Definition at line 52 of file G4NavigationLevelRep.cc.
G4NavigationLevelRep::G4NavigationLevelRep | ( | G4NavigationLevelRep & | right | ) |
Definition at line 74 of file G4NavigationLevelRep.cc.
G4NavigationLevelRep::~G4NavigationLevelRep | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
G4NavigationLevelRep & G4NavigationLevelRep::operator= | ( | const G4NavigationLevelRep & | right | ) |
Definition at line 102 of file G4NavigationLevelRep.cc.
|
inline |