|
Geant4
10.04.p03
|
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 |
Private Member Functions | |
| void | FillSolidParams (const std::vector< G4String > &wl) |
Friends | |
| std::ostream & | operator<< (std::ostream &, const G4tgrSolid &) |
| G4tgrSolid | ( | ) |
| G4tgrSolid | ( | const std::vector< G4String > & | wl | ) |
|
virtual |
Reimplemented in G4tgrSolidBoolean.
|
virtual |
Reimplemented in G4tgrSolidBoolean.
|
friend |
|
protected |