|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrSolidScaled.hh>
Inheritance diagram for G4tgrSolidScaled:Public Member Functions | |
| G4tgrSolidScaled (const std::vector< G4String > &wl) | |
| ~G4tgrSolidScaled () | |
| const G4Scale3D | GetScale3d () const |
| const G4tgrSolid * | GetOrigSolid () const |
Public Member Functions inherited from G4tgrSolid | |
| G4tgrSolid () | |
| G4tgrSolid (const std::vector< G4String > &wl) | |
| virtual | ~G4tgrSolid () |
| const G4String & | GetName () const |
| const G4String & | GetType () const |
| const std::vector< std::vector< G4double > * > | GetSolidParams () const |
| virtual const G4String & | GetRelativeRotMatName () const |
| virtual G4ThreeVector | GetRelativePlace () const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4tgrSolidScaled &sol) |
Additional Inherited Members | |
Protected Attributes inherited from G4tgrSolid | |
| G4String | theName |
| G4String | theType |
| std::vector< std::vector< G4double > * > | theSolidParams |
Definition at line 45 of file G4tgrSolidScaled.hh.
| G4tgrSolidScaled::G4tgrSolidScaled | ( | const std::vector< G4String > & | wl | ) |
Definition at line 38 of file G4tgrSolidScaled.cc.
Referenced by operator<<.
| G4tgrSolidScaled::~G4tgrSolidScaled | ( | ) |
Definition at line 81 of file G4tgrSolidScaled.cc.
|
inline |
Definition at line 56 of file G4tgrSolidScaled.hh.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
inline |
Definition at line 55 of file G4tgrSolidScaled.hh.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
friend |
Definition at line 86 of file G4tgrSolidScaled.cc.