| 
    Geant4
    10.03.p01
    
   | 
 
#include <G4PDefManager.hh>

Public Member Functions | |
| G4PDefManager () | |
| G4int | CreateSubInstance () | 
| void | NewSubInstances () | 
| void | FreeSlave () | 
| G4PDefData * | GetOffset () | 
| void | UseWorkArea (G4PDefData *newOffset) | 
| G4PDefData * | FreeWorkArea () | 
Public Attributes | |
| G4PART_DLL G4ThreadLocalStatic  G4int  | slavetotalspace =0 | 
| G4PART_DLL G4ThreadLocalStatic  G4PDefData *  | offset =0 | 
Definition at line 87 of file G4PDefManager.hh.
| G4PDefManager::G4PDefManager | ( | ) | 
Definition at line 59 of file G4PDefManager.cc.
| G4int G4PDefManager::CreateSubInstance | ( | ) | 
Definition at line 64 of file G4PDefManager.cc.


| void G4PDefManager::FreeSlave | ( | ) | 
Definition at line 103 of file G4PDefManager.cc.

| G4PDefData * G4PDefManager::FreeWorkArea | ( | ) | 
Definition at line 131 of file G4PDefManager.cc.
| G4PDefData * G4PDefManager::GetOffset | ( | ) | 
Definition at line 112 of file G4PDefManager.cc.

| void G4PDefManager::NewSubInstances | ( | ) | 
Definition at line 80 of file G4PDefManager.cc.


| void G4PDefManager::UseWorkArea | ( | G4PDefData * | newOffset | ) | 
Definition at line 117 of file G4PDefManager.cc.


| G4ThreadLocal G4PDefData * G4PDefManager::offset =0 | 
Definition at line 116 of file G4PDefManager.hh.
| G4ThreadLocal G4int G4PDefManager::slavetotalspace =0 | 
Definition at line 115 of file G4PDefManager.hh.