Geant4
10.02.p02
|
#include <G4GRSSolid.hh>
Public Member Functions | |
G4GRSSolid (G4VSolid *pSolid, const G4RotationMatrix *pRot, const G4ThreeVector &tlate) | |
G4GRSSolid (G4VSolid *pSolid, const G4RotationMatrix &rot, const G4ThreeVector &tlate) | |
~G4GRSSolid () | |
G4VSolid * | GetSolid (G4int depth=0) const |
const G4ThreeVector & | GetTranslation (G4int depth=0) const |
const G4RotationMatrix * | GetRotation (G4int depth=0) const |
Public Member Functions inherited from G4VTouchable | |
G4VTouchable () | |
virtual | ~G4VTouchable () |
virtual G4VPhysicalVolume * | GetVolume (G4int depth=0) const |
virtual G4int | GetReplicaNumber (G4int depth=0) const |
G4int | GetCopyNumber (G4int depth=0) const |
virtual G4int | GetHistoryDepth () const |
virtual G4int | MoveUpHistory (G4int num_levels=1) |
virtual void | UpdateYourself (G4VPhysicalVolume *pPhysVol, const G4NavigationHistory *history=0) |
virtual const G4NavigationHistory * | GetHistory () const |
Private Member Functions | |
G4GRSSolid (const G4GRSSolid &) | |
G4GRSSolid & | operator= (const G4GRSSolid &) |
Private Attributes | |
G4VSolid * | fsolid |
G4RotationMatrix * | frot |
G4ThreeVector | ftlate |
Definition at line 51 of file G4GRSSolid.hh.
G4GRSSolid::G4GRSSolid | ( | G4VSolid * | pSolid, |
const G4RotationMatrix * | pRot, | ||
const G4ThreeVector & | tlate | ||
) |
G4GRSSolid::G4GRSSolid | ( | G4VSolid * | pSolid, |
const G4RotationMatrix & | rot, | ||
const G4ThreeVector & | tlate | ||
) |
G4GRSSolid::~G4GRSSolid | ( | ) |
Definition at line 36 of file G4GRSSolid.cc.
References frot.
|
private |
Definition at line 41 of file G4GRSSolid.cc.
|
inlinevirtual |
Implements G4VTouchable.
Reimplemented from G4VTouchable.
|
inlinevirtual |
Implements G4VTouchable.
|
private |
Definition at line 54 of file G4GRSSolid.cc.
|
private |
Definition at line 76 of file G4GRSSolid.hh.
Referenced by G4GRSSolid(), operator=(), and ~G4GRSSolid().
|
private |
Definition at line 75 of file G4GRSSolid.hh.
Referenced by G4GRSSolid(), and operator=().
|
private |
Definition at line 77 of file G4GRSSolid.hh.
Referenced by G4GRSSolid(), and operator=().