Geant4-11
|
#include <G4AssemblyTriplet.hh>
Public Member Functions | |
G4AssemblyTriplet () | |
G4AssemblyTriplet (const G4AssemblyTriplet &second) | |
G4AssemblyTriplet (G4AssemblyVolume *pAssembly, G4ThreeVector &translation, G4RotationMatrix *pRotation, G4bool isReflection=false) | |
G4AssemblyTriplet (G4LogicalVolume *pVolume, G4ThreeVector &translation, G4RotationMatrix *pRotation, G4bool isReflection=false) | |
G4AssemblyVolume * | GetAssembly () const |
G4RotationMatrix * | GetRotation () const |
G4ThreeVector | GetTranslation () const |
G4LogicalVolume * | GetVolume () const |
G4bool | IsReflection () const |
G4AssemblyTriplet & | operator= (const G4AssemblyTriplet &second) |
void | SetAssembly (G4AssemblyVolume *pAssembly) |
void | SetRotation (G4RotationMatrix *pVolume) |
void | SetTranslation (G4ThreeVector &pVolume) |
void | SetVolume (G4LogicalVolume *pVolume) |
~G4AssemblyTriplet () | |
Private Attributes | |
G4AssemblyVolume * | fAssembly = nullptr |
G4bool | fIsReflection = false |
G4RotationMatrix * | fRotation = nullptr |
G4ThreeVector | fTranslation |
G4LogicalVolume * | fVolume = nullptr |
Definition at line 52 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 122 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 125 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 115 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 112 of file G4AssemblyTriplet.hh.
|
private |
Definition at line 109 of file G4AssemblyTriplet.hh.