#include <G4tgrSolid.hh>
Definition at line 49 of file G4tgrSolid.hh.
G4tgrSolid::G4tgrSolid |
( |
| ) |
|
G4tgrSolid::G4tgrSolid |
( |
const std::vector< G4String > & |
wl | ) |
|
Definition at line 59 of file G4tgrSolid.cc.
68 FillSolidParams( wl );
G4GLOB_DLL std::ostream G4cout
static G4int GetVerboseLevel()
static G4tgrVolumeMgr * GetInstance()
void RegisterMe(G4tgrSolid *vol)
static G4String GetString(const G4String &str)
G4tgrSolid::~G4tgrSolid |
( |
| ) |
|
|
virtual |
const G4String& G4tgrSolid::GetName |
( |
| ) |
const |
|
inline |
const G4String & G4tgrSolid::GetRelativeRotMatName |
( |
| ) |
const |
|
virtual |
const std::vector< std::vector< G4double > * > G4tgrSolid::GetSolidParams |
( |
| ) |
const |
Definition at line 84 of file G4tgrSolid.cc.
std::vector< std::vector< G4double > * > theSolidParams
const G4String& G4tgrSolid::GetType |
( |
| ) |
const |
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const G4tgrSolid & |
sol |
|
) |
| |
|
friend |
Definition at line 173 of file G4tgrSolid.cc.
175 os <<
"G4tgrSolid= " << sol.
theName
176 <<
" of type " << sol.
theType <<
" PARAMS: ";
180 for(
size_t ii = 0; ii < solpar.size(); ii++)
182 os << solpar[ii] <<
" " ;
std::vector< std::vector< G4double > * > theSolidParams
std::vector< std::vector<G4double>* > G4tgrSolid::theSolidParams |
|
protected |
The documentation for this class was generated from the following files: