Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrSolid.hh>
Public Member Functions | |
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 |
Protected Attributes | |
G4String | theName |
G4String | theType |
std::vector< std::vector< G4double > * > | theSolidParams |
Friends | |
std::ostream & | operator<< (std::ostream &, const G4tgrSolid &) |
Definition at line 49 of file G4tgrSolid.hh.
G4tgrSolid::G4tgrSolid | ( | ) |
Definition at line 47 of file G4tgrSolid.cc.
Definition at line 59 of file G4tgrSolid.cc.
|
virtual |
Definition at line 53 of file G4tgrSolid.cc.
Definition at line 61 of file G4tgrSolid.hh.
Referenced by G4tgbVolume::FindOrConstructG4Solid(), G4tgrVolumeMgr::RegisterMe(), and G4tgrVolumeMgr::UnRegisterMe().
|
virtual |
Reimplemented in G4tgrSolidBoolean.
Definition at line 91 of file G4tgrSolid.cc.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
Definition at line 84 of file G4tgrSolid.cc.
Referenced by G4tgbVolume::FindOrConstructG4Solid().
|
friend |
Definition at line 173 of file G4tgrSolid.cc.
|
protected |
Definition at line 73 of file G4tgrSolid.hh.
Referenced by G4tgrSolid(), G4tgrSolidBoolean::G4tgrSolidBoolean(), GetName(), and GetRelativeRotMatName().
|
protected |
Definition at line 77 of file G4tgrSolid.hh.
Referenced by GetSolidParams().
|
protected |
Definition at line 75 of file G4tgrSolid.hh.
Referenced by G4tgrSolid(), G4tgrSolidBoolean::G4tgrSolidBoolean(), and GetType().