Geant4_10
|
#include <G4GeometryWorkspacePool.hh>
Public Member Functions | |
G4GeometryWorkspace * | CreateWorkspace () |
void | CreateAndUseWorkspace () |
G4GeometryWorkspace * | FindOrCreateWorkspace () |
G4GeometryWorkspace * | GetWorkspace () |
void | Recycle (G4GeometryWorkspace *) |
void | CleanUpAndDestroyAllWorkspaces () |
Static Public Member Functions | |
static G4GeometryWorkspacePool * | GetInstance () |
Protected Member Functions | |
void | ReleaseAndDestroyWorkspace (G4GeometryWorkspace *) |
Definition at line 38 of file G4GeometryWorkspacePool.hh.
void G4GeometryWorkspacePool::CleanUpAndDestroyAllWorkspaces | ( | ) |
Definition at line 113 of file G4GeometryWorkspacePool.cc.
void G4GeometryWorkspacePool::CreateAndUseWorkspace | ( | ) |
Definition at line 71 of file G4GeometryWorkspacePool.cc.
G4GeometryWorkspace * G4GeometryWorkspacePool::CreateWorkspace | ( | ) |
Definition at line 48 of file G4GeometryWorkspacePool.cc.
G4GeometryWorkspace * G4GeometryWorkspacePool::FindOrCreateWorkspace | ( | ) |
|
static |
Definition at line 40 of file G4GeometryWorkspacePool.cc.
|
inline |
Definition at line 53 of file G4GeometryWorkspacePool.hh.
void G4GeometryWorkspacePool::Recycle | ( | G4GeometryWorkspace * | geometryWrk | ) |
Definition at line 104 of file G4GeometryWorkspacePool.cc.
|
protected |