HookEventProcState Class Reference

#include <G4OpenInventorXtExaminerViewer.hh>

Inheritance diagram for HookEventProcState:

G4VStateDependent

Public Member Functions

 HookEventProcState (G4OpenInventorXtExaminerViewer *)
 ~HookEventProcState ()
virtual G4bool Notify (G4ApplicationState requiredState)

Detailed Description

Definition at line 34 of file G4OpenInventorXtExaminerViewer.hh.


Constructor & Destructor Documentation

HookEventProcState::HookEventProcState ( G4OpenInventorXtExaminerViewer  ) 

Definition at line 4722 of file G4OpenInventorXtExaminerViewer.cc.

04723 {
04724    this->viewer = vwr;
04725 }

HookEventProcState::~HookEventProcState (  ) 

Definition at line 4728 of file G4OpenInventorXtExaminerViewer.cc.

04729 {;}


Member Function Documentation

G4bool HookEventProcState::Notify ( G4ApplicationState  requiredState  )  [virtual]

Implements G4VStateDependent.

Definition at line 4732 of file G4OpenInventorXtExaminerViewer.cc.

References G4State_EventProc, and G4OpenInventorXtExaminerViewer::newEvents.

04733 {
04734    if(requiredState == G4State_EventProc){
04735       this->viewer->newEvents = true;
04736    }
04737    return true;
04738 }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:54:03 2013 for Geant4 by  doxygen 1.4.7