|
Geant4
10.02.p01
|
#include <G4tgrPlaceSimple.hh>
Inheritance diagram for G4tgrPlaceSimple:
Collaboration diagram for G4tgrPlaceSimple:Public Member Functions | |
| G4tgrPlaceSimple () | |
| ~G4tgrPlaceSimple () | |
| G4tgrPlaceSimple (const std::vector< G4String > &wl) | |
| const G4String & | GetRotMatName () const |
| G4ThreeVector | GetPlacement () const |
Public Member Functions inherited from G4tgrPlace | |
| G4tgrPlace () | |
| virtual | ~G4tgrPlace () |
| const G4String & | GetParentName () const |
| G4tgrVolume * | GetVolume () const |
| unsigned int | GetCopyNo () const |
| const G4String & | GetType () const |
| void | SetVolume (G4tgrVolume *vol) |
| void | SetType (const G4String &typ) |
Protected Attributes | |
| G4ThreeVector | thePlace |
| G4String | theRotMatName |
Protected Attributes inherited from G4tgrPlace | |
| G4tgrVolume * | theVolume |
| G4String | theParentName |
| unsigned int | theCopyNo |
| G4String | theType |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4tgrPlaceSimple &obj) |
Definition at line 51 of file G4tgrPlaceSimple.hh.
| G4tgrPlaceSimple::G4tgrPlaceSimple | ( | ) |
Definition at line 44 of file G4tgrPlaceSimple.cc.
| G4tgrPlaceSimple::~G4tgrPlaceSimple | ( | ) |
Definition at line 50 of file G4tgrPlaceSimple.cc.
| G4tgrPlaceSimple::G4tgrPlaceSimple | ( | const std::vector< G4String > & | wl | ) |
Definition at line 56 of file G4tgrPlaceSimple.cc.
References G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrUtils::GetInt(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), mm, G4tgrPlace::theCopyNo, G4tgrPlace::theParentName, thePlace, theRotMatName, and G4tgrPlace::theType.
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from G4tgrPlace.
Definition at line 63 of file G4tgrPlaceSimple.hh.
References thePlace.
|
inline |
Definition at line 62 of file G4tgrPlaceSimple.hh.
References theRotMatName.
Referenced by G4tgbVolume::ConstructG4PhysVol().
Here is the caller graph for this function:
|
friend |
Definition at line 89 of file G4tgrPlaceSimple.cc.
|
protected |
Definition at line 69 of file G4tgrPlaceSimple.hh.
Referenced by G4tgrPlaceSimple(), GetPlacement(), and operator<<().
|
protected |
Definition at line 72 of file G4tgrPlaceSimple.hh.
Referenced by G4tgrPlaceSimple(), GetRotMatName(), and operator<<().