#include <G4SolidsWorkspace.hh>
Definition at line 54 of file G4SolidsWorkspace.hh.
◆ pool_type
◆ G4SolidsWorkspace()
G4SolidsWorkspace::G4SolidsWorkspace |
( |
G4bool | verbose = false | ) |
|
Definition at line 48 of file G4SolidsWorkspace.cc.
49 : fVerbose(verbose)
50{
51 fpPolyconeSideSIM=
53 fpPolyhedraSideSIM=
55
56
58
59
60 fPolyconeSideOffset = fpPolyconeSideSIM->
GetOffset();
61 fPolyhedraSideOffset = fpPolyhedraSideSIM->
GetOffset();
62}
static const G4PlSideManager & GetSubInstanceManager()
static const G4PhSideManager & GetSubInstanceManager()
void InitialiseWorkspace()
◆ ~G4SolidsWorkspace()
G4SolidsWorkspace::~G4SolidsWorkspace |
( |
| ) |
|
|
default |
◆ DestroyWorkspace()
void G4SolidsWorkspace::DestroyWorkspace |
( |
| ) |
|
◆ GetPool()
◆ GetVerbose()
G4bool G4SolidsWorkspace::GetVerbose |
( |
| ) |
|
|
inline |
◆ InitialiseSolids()
void G4SolidsWorkspace::InitialiseSolids |
( |
| ) |
|
|
protected |
◆ InitialiseWorkspace()
void G4SolidsWorkspace::InitialiseWorkspace |
( |
| ) |
|
◆ ReleaseWorkspace()
void G4SolidsWorkspace::ReleaseWorkspace |
( |
| ) |
|
◆ SetVerbose()
void G4SolidsWorkspace::SetVerbose |
( |
G4bool | v | ) |
|
|
inline |
◆ UseWorkspace()
void G4SolidsWorkspace::UseWorkspace |
( |
| ) |
|
Definition at line 66 of file G4SolidsWorkspace.cc.
67{
68 if( fVerbose )
69 G4cout <<
"G4SolidsWorkspace::UseWorkspace: Copying geometry - Start "
71
72
73
74
75 fpPolyconeSideSIM->
UseWorkArea(fPolyconeSideOffset);
76 fpPolyhedraSideSIM->
UseWorkArea(fPolyhedraSideOffset);
77}
The documentation for this class was generated from the following files: