|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrVolumeAssembly.hh>
Inheritance diagram for G4tgrVolumeAssembly:Public Member Functions | |
| G4tgrVolumeAssembly () | |
| G4tgrVolumeAssembly (const std::vector< G4String > &wl) | |
| ~G4tgrVolumeAssembly () | |
| virtual G4tgrPlace * | AddPlace (const std::vector< G4String > &wl) |
| const G4String & | GetComponentName (G4int ii) const |
| const G4String & | GetComponentRM (G4int ii) const |
| G4ThreeVector | GetComponentPos (G4int ii) const |
| G4int | GetNoComponents () const |
Public Member Functions inherited from G4tgrVolume | |
| G4tgrVolume () | |
| G4tgrVolume (const std::vector< G4String > &wl) | |
| G4tgrVolume (const G4tgrVolume &vol) | |
| virtual | ~G4tgrVolume () |
| virtual G4tgrPlace * | AddPlace (const std::vector< G4String > &wl) |
| G4tgrPlaceDivRep * | AddPlaceReplica (const std::vector< G4String > &wl) |
| G4tgrPlaceParameterisation * | AddPlaceParam (const std::vector< G4String > &wl) |
| void | AddVisibility (const std::vector< G4String > &wl) |
| void | AddRGBColour (const std::vector< G4String > &wl) |
| void | AddCheckOverlaps (const std::vector< G4String > &wl) |
| const G4String & | GetName () const |
| void | SetName (const G4String &name) |
| const G4String & | GetType () const |
| G4tgrSolid * | GetSolid () const |
| const G4String & | GetMaterialName () const |
| const std::vector< G4tgrPlace * > | GetPlacements () const |
| G4bool | GetVisibility () const |
| G4double * | GetColour () const |
| G4double * | GetRGBColour () const |
| G4bool | GetCheckOverlaps () const |
| virtual G4tgrVolume * | GetVolume (G4int ii) const |
Protected Attributes | |
| std::vector< G4String > | theComponentNames |
| std::vector< G4String > | theComponentRMs |
| std::vector< G4ThreeVector > | theComponentPos |
Protected Attributes inherited from G4tgrVolume | |
| G4String | theName = "" |
| G4String | theType = "" |
| G4String | theMaterialName = "" |
| G4tgrSolid * | theSolid = nullptr |
| std::vector< G4tgrPlace * > | thePlacements |
| G4bool | theVisibility = false |
| G4double * | theRGBColour = nullptr |
| G4bool | theCheckOverlaps = false |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4tgrVolumeAssembly &obj) |
Definition at line 41 of file G4tgrVolumeAssembly.hh.
| G4tgrVolumeAssembly::G4tgrVolumeAssembly | ( | ) |
Definition at line 41 of file G4tgrVolumeAssembly.cc.
| G4tgrVolumeAssembly::G4tgrVolumeAssembly | ( | const std::vector< G4String > & | wl | ) |
Definition at line 51 of file G4tgrVolumeAssembly.cc.
| G4tgrVolumeAssembly::~G4tgrVolumeAssembly | ( | ) |
Definition at line 46 of file G4tgrVolumeAssembly.cc.
|
virtual |
Reimplemented from G4tgrVolume.
Definition at line 97 of file G4tgrVolumeAssembly.cc.
Definition at line 52 of file G4tgrVolumeAssembly.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 57 of file G4tgrVolumeAssembly.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
Definition at line 56 of file G4tgrVolumeAssembly.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 58 of file G4tgrVolumeAssembly.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
friend |
Definition at line 123 of file G4tgrVolumeAssembly.cc.
|
protected |
Definition at line 65 of file G4tgrVolumeAssembly.hh.
Referenced by G4tgrVolumeAssembly(), GetComponentName(), and GetNoComponents().
|
protected |
Definition at line 67 of file G4tgrVolumeAssembly.hh.
Referenced by G4tgrVolumeAssembly(), and GetComponentPos().
|
protected |
Definition at line 66 of file G4tgrVolumeAssembly.hh.
Referenced by G4tgrVolumeAssembly(), and GetComponentRM().