Geant4
10.02.p02
|
#include <G4NavigationLevel.hh>
Public Member Functions | |
G4NavigationLevel (G4VPhysicalVolume *newPtrPhysVol, const G4AffineTransform &newT, EVolume newVolTp, G4int newRepNo=-1) | |
G4NavigationLevel (G4VPhysicalVolume *newPtrPhysVol, const G4AffineTransform &levelAbove, const G4AffineTransform &relativeCurrent, EVolume newVolTp, G4int newRepNo=-1) | |
G4NavigationLevel () | |
G4NavigationLevel (const G4NavigationLevel &) | |
~G4NavigationLevel () | |
G4NavigationLevel & | operator= (const G4NavigationLevel &right) |
G4VPhysicalVolume * | GetPhysicalVolume () const |
const G4AffineTransform * | GetTransformPtr () const |
const G4AffineTransform & | GetTransform () const |
EVolume | GetVolumeType () const |
G4int | GetReplicaNo () const |
const G4AffineTransform * | GetPtrTransform () const |
void * | operator new (size_t) |
void | operator delete (void *aLevel) |
void * | operator new (size_t, void *) |
void | operator delete (void *ptr, void *) |
Private Attributes | |
G4NavigationLevelRep * | fLevelRep |
Definition at line 54 of file G4NavigationLevel.hh.
G4NavigationLevel::G4NavigationLevel | ( | G4VPhysicalVolume * | newPtrPhysVol, |
const G4AffineTransform & | newT, | ||
EVolume | newVolTp, | ||
G4int | newRepNo = -1 |
||
) |
Definition at line 37 of file G4NavigationLevel.cc.
References fLevelRep.
G4NavigationLevel::G4NavigationLevel | ( | G4VPhysicalVolume * | newPtrPhysVol, |
const G4AffineTransform & | levelAbove, | ||
const G4AffineTransform & | relativeCurrent, | ||
EVolume | newVolTp, | ||
G4int | newRepNo = -1 |
||
) |
Definition at line 45 of file G4NavigationLevel.cc.
References fLevelRep.
G4NavigationLevel::G4NavigationLevel | ( | ) |
Definition at line 58 of file G4NavigationLevel.cc.
References fLevelRep.
G4NavigationLevel::G4NavigationLevel | ( | const G4NavigationLevel & | right | ) |
Definition at line 63 of file G4NavigationLevel.cc.
References G4NavigationLevelRep::AddAReference(), and fLevelRep.
G4NavigationLevel::~G4NavigationLevel | ( | ) |
Definition at line 69 of file G4NavigationLevel.cc.
References fLevelRep, and G4NavigationLevelRep::RemoveAReference().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
G4NavigationLevel & G4NavigationLevel::operator= | ( | const G4NavigationLevel & | right | ) |
Definition at line 74 of file G4NavigationLevel.cc.
References G4NavigationLevelRep::AddAReference(), fLevelRep, and G4NavigationLevelRep::RemoveAReference().
|
private |
Definition at line 105 of file G4NavigationLevel.hh.
Referenced by G4NavigationLevel(), operator=(), and ~G4NavigationLevel().