|
Geant4
10.00.p03
|
#include <G4NavigationLevelRep.hh>
Collaboration diagram for G4NavigationLevelRep: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) |
Private Attributes | |
| G4AffineTransform | sTransform |
| G4VPhysicalVolume * | sPhysicalVolumePtr |
| G4int | sReplicaNo |
| EVolume | sVolumeType |
| G4int | fCountRef |
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 |
||
| ) |
Definition at line 61 of file G4NavigationLevelRep.cc.
References G4AffineTransform::InverseProduct(), and sTransform.
Here is the call graph for this function:| G4NavigationLevelRep::G4NavigationLevelRep | ( | ) |
Definition at line 52 of file G4NavigationLevelRep.cc.
| G4NavigationLevelRep::G4NavigationLevelRep | ( | G4NavigationLevelRep & | right | ) |
Definition at line 74 of file G4NavigationLevelRep.cc.
| G4NavigationLevelRep::~G4NavigationLevelRep | ( | ) |
Definition at line 86 of file G4NavigationLevelRep.cc.
References FatalException, fCountRef, and G4Exception().
Here is the call graph for this function:
|
inline |
Referenced by G4NavigationLevel::G4NavigationLevel(), and G4NavigationLevel::operator=().
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| G4NavigationLevelRep & G4NavigationLevelRep::operator= | ( | const G4NavigationLevelRep & | right | ) |
Definition at line 102 of file G4NavigationLevelRep.cc.
References fCountRef, sPhysicalVolumePtr, sReplicaNo, sTransform, and sVolumeType.
|
inline |
Referenced by G4NavigationLevel::operator=(), and G4NavigationLevel::~G4NavigationLevel().
Here is the caller graph for this function:
|
private |
Definition at line 111 of file G4NavigationLevelRep.hh.
Referenced by operator=(), and ~G4NavigationLevelRep().
|
private |
Definition at line 104 of file G4NavigationLevelRep.hh.
Referenced by operator=().
|
private |
Definition at line 107 of file G4NavigationLevelRep.hh.
Referenced by operator=().
|
private |
Definition at line 100 of file G4NavigationLevelRep.hh.
Referenced by G4NavigationLevelRep(), and operator=().
|
private |
Definition at line 108 of file G4NavigationLevelRep.hh.
Referenced by operator=().