Geant4  10.00.p02
G4NavigationLevelRep Class Reference

#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 ()
 
G4NavigationLevelRepoperator= (const G4NavigationLevelRep &right)
 
G4VPhysicalVolumeGetPhysicalVolume ()
 
const G4AffineTransformGetTransformPtr () const
 
const G4AffineTransformGetTransform () 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
 
G4VPhysicalVolumesPhysicalVolumePtr
 
G4int sReplicaNo
 
EVolume sVolumeType
 
G4int fCountRef
 

Detailed Description

Definition at line 55 of file G4NavigationLevelRep.hh.

Constructor & Destructor Documentation

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:

Member Function Documentation

void G4NavigationLevelRep::AddAReference ( )
inline

Referenced by G4NavigationLevel::G4NavigationLevel(), and G4NavigationLevel::operator=().

+ Here is the caller graph for this function:

G4VPhysicalVolume* G4NavigationLevelRep::GetPhysicalVolume ( )
inline
G4int G4NavigationLevelRep::GetReplicaNo ( ) const
inline
const G4AffineTransform& G4NavigationLevelRep::GetTransform ( ) const
inline
const G4AffineTransform* G4NavigationLevelRep::GetTransformPtr ( ) const
inline
EVolume G4NavigationLevelRep::GetVolumeType ( ) const
inline
void G4NavigationLevelRep::operator delete ( void *  aTrack)
inline
void* G4NavigationLevelRep::operator new ( size_t  )
inline
G4NavigationLevelRep & G4NavigationLevelRep::operator= ( const G4NavigationLevelRep right)

Definition at line 102 of file G4NavigationLevelRep.cc.

References fCountRef, sPhysicalVolumePtr, sReplicaNo, sTransform, and sVolumeType.

G4bool G4NavigationLevelRep::RemoveAReference ( )
inline

Referenced by G4NavigationLevel::operator=(), and G4NavigationLevel::~G4NavigationLevel().

+ Here is the caller graph for this function:

Member Data Documentation

G4int G4NavigationLevelRep::fCountRef
private

Definition at line 111 of file G4NavigationLevelRep.hh.

Referenced by operator=(), and ~G4NavigationLevelRep().

G4VPhysicalVolume* G4NavigationLevelRep::sPhysicalVolumePtr
private

Definition at line 104 of file G4NavigationLevelRep.hh.

Referenced by operator=().

G4int G4NavigationLevelRep::sReplicaNo
private

Definition at line 107 of file G4NavigationLevelRep.hh.

Referenced by operator=().

G4AffineTransform G4NavigationLevelRep::sTransform
private

Definition at line 100 of file G4NavigationLevelRep.hh.

Referenced by G4NavigationLevelRep(), and operator=().

EVolume G4NavigationLevelRep::sVolumeType
private

Definition at line 108 of file G4NavigationLevelRep.hh.

Referenced by operator=().


The documentation for this class was generated from the following files: