Geant4
10.00.p01
|
#include <G4AssemblyTriplet.hh>
Public Member Functions | |
G4AssemblyTriplet () | |
G4AssemblyTriplet (G4LogicalVolume *pVolume, G4ThreeVector &translation, G4RotationMatrix *pRotation, G4bool isReflection=false) | |
G4AssemblyTriplet (G4AssemblyVolume *pAssembly, G4ThreeVector &translation, G4RotationMatrix *pRotation, G4bool isReflection=false) | |
G4AssemblyTriplet (const G4AssemblyTriplet &second) | |
~G4AssemblyTriplet () | |
G4AssemblyTriplet & | operator= (const G4AssemblyTriplet &second) |
G4LogicalVolume * | GetVolume () const |
void | SetVolume (G4LogicalVolume *pVolume) |
G4AssemblyVolume * | GetAssembly () const |
void | SetAssembly (G4AssemblyVolume *pAssembly) |
G4ThreeVector | GetTranslation () const |
void | SetTranslation (G4ThreeVector &pVolume) |
G4RotationMatrix * | GetRotation () const |
void | SetRotation (G4RotationMatrix *pVolume) |
G4bool | IsReflection () const |
Private Attributes | |
G4LogicalVolume * | fVolume |
G4ThreeVector | fTranslation |
G4RotationMatrix * | fRotation |
G4AssemblyVolume * | fAssembly |
G4bool | fIsReflection |
Definition at line 60 of file G4AssemblyTriplet.hh.
G4AssemblyTriplet::G4AssemblyTriplet | ( | ) |
G4AssemblyTriplet::G4AssemblyTriplet | ( | G4LogicalVolume * | pVolume, |
G4ThreeVector & | translation, | ||
G4RotationMatrix * | pRotation, | ||
G4bool | isReflection = false |
||
) |
G4AssemblyTriplet::G4AssemblyTriplet | ( | G4AssemblyVolume * | pAssembly, |
G4ThreeVector & | translation, | ||
G4RotationMatrix * | pRotation, | ||
G4bool | isReflection = false |
||
) |
G4AssemblyTriplet::G4AssemblyTriplet | ( | const G4AssemblyTriplet & | second | ) |
G4AssemblyTriplet::~G4AssemblyTriplet | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
G4AssemblyTriplet& G4AssemblyTriplet::operator= | ( | const G4AssemblyTriplet & | second | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 130 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 133 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 123 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 120 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 117 of file G4AssemblyTriplet.hh.