|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrVolumeDivision.hh>
Public Member Functions | |
| G4tgrVolumeDivision (const std::vector< G4String > &wl) | |
| ~G4tgrVolumeDivision () | |
| G4tgrPlaceDivRep * | GetPlaceDivision () |
| 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 |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4tgrVolumeDivision &obj) |
Additional Inherited Members | |
| 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 |
Definition at line 51 of file G4tgrVolumeDivision.hh.
| G4tgrVolumeDivision::G4tgrVolumeDivision | ( | const std::vector< G4String > & | wl | ) |
Definition at line 47 of file G4tgrVolumeDivision.cc.
Referenced by operator<<.
| G4tgrVolumeDivision::~G4tgrVolumeDivision | ( | ) |
Definition at line 42 of file G4tgrVolumeDivision.cc.
|
inline |
Definition at line 58 of file G4tgrVolumeDivision.hh.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
friend |
Definition at line 149 of file G4tgrVolumeDivision.cc.