79 #ifndef G4VISMANAGER_HH
80 #define G4VISMANAGER_HH
84 #define G4VIS_USE_STD11
341 #ifdef G4MULTITHREADED
343 virtual void SetUpForAThread();
413 #ifdef G4MULTITHREADED
414 G4int GetMaxEventQueueSize ()
const;
415 G4bool GetWaitOnEventQueueFull ()
const;
437 #ifdef G4MULTITHREADED
438 void SetMaxEventQueueSize (
G4int);
439 void SetWaitOnEventQueueFull (
G4bool);
489 template <
class T>
void DrawT
490 (
const T& graphics_primitive,
const G4Transform3D& objectTransform);
491 template <
class T>
void DrawT2D
492 (
const T& graphics_primitive,
const G4Transform3D& objectTransform);
537 #ifdef G4MULTITHREADED
538 G4int fMaxEventQueueSize;
539 G4bool fWaitOnEventQueueFull;
555 #include "G4VisManager.icc"