Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HookEventProcState Class Reference

#include <G4OpenInventorQtExaminerViewer.hh>

+ Inheritance diagram for HookEventProcState:

Public Member Functions

 HookEventProcState (G4OpenInventorQtExaminerViewer *)
 
 ~HookEventProcState ()
 
virtual G4bool Notify (G4ApplicationState requestedState)
 
 HookEventProcState (G4OpenInventorXtExaminerViewer *)
 
 ~HookEventProcState ()
 
virtual G4bool Notify (G4ApplicationState requiredState)
 
- Public Member Functions inherited from G4VStateDependent
 G4VStateDependent (G4bool bottom=false)
 
virtual ~G4VStateDependent ()
 
G4bool operator== (const G4VStateDependent &right) const
 
G4bool operator!= (const G4VStateDependent &right) const
 

Detailed Description

Definition at line 39 of file G4OpenInventorQtExaminerViewer.hh.

Constructor & Destructor Documentation

◆ HookEventProcState() [1/2]

HookEventProcState::HookEventProcState ( G4OpenInventorQtExaminerViewer * vwr)

Definition at line 4058 of file G4OpenInventorQtExaminerViewer.cc.

4059{
4060 viewer = vwr;
4061}

◆ ~HookEventProcState() [1/2]

HookEventProcState::~HookEventProcState ( )

Definition at line 4063 of file G4OpenInventorQtExaminerViewer.cc.

4064{;}

◆ HookEventProcState() [2/2]

HookEventProcState::HookEventProcState ( G4OpenInventorXtExaminerViewer * vwr)

Definition at line 4924 of file G4OpenInventorXtExaminerViewer.cc.

4925{
4926 this->viewer = vwr;
4927}

◆ ~HookEventProcState() [2/2]

HookEventProcState::~HookEventProcState ( )

Member Function Documentation

◆ Notify() [1/2]

G4bool HookEventProcState::Notify ( G4ApplicationState requestedState)
virtual

Implements G4VStateDependent.

Definition at line 4066 of file G4OpenInventorQtExaminerViewer.cc.

4067{
4068 if (requestedState == G4State_EventProc) viewer->newEvents = true;
4069 return true;
4070}
@ G4State_EventProc

◆ Notify() [2/2]

virtual G4bool HookEventProcState::Notify ( G4ApplicationState requiredState)
virtual

Implements G4VStateDependent.


The documentation for this class was generated from the following files: