Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VStateDependent Class Referenceabstract

#include <G4VStateDependent.hh>

+ Inheritance diagram for G4VStateDependent:

Public Member Functions

 G4VStateDependent (G4bool bottom=false)
 
virtual ~G4VStateDependent ()
 
G4bool operator== (const G4VStateDependent &right) const
 
G4bool operator!= (const G4VStateDependent &right) const
 
virtual G4bool Notify (G4ApplicationState requestedState)=0
 

Detailed Description

Definition at line 43 of file G4VStateDependent.hh.

Constructor & Destructor Documentation

◆ G4VStateDependent()

G4VStateDependent::G4VStateDependent ( G4bool  bottom = false)
explicit

Definition at line 34 of file G4VStateDependent.cc.

35{
37 stateManager->RegisterDependent(this, bottom);
38}
G4bool RegisterDependent(G4VStateDependent *aDependent, G4bool bottom=false)
static G4StateManager * GetStateManager()

◆ ~G4VStateDependent()

G4VStateDependent::~G4VStateDependent ( )
virtual

Definition at line 40 of file G4VStateDependent.cc.

41{
43 stateManager->DeregisterDependent(this);
44}
G4bool DeregisterDependent(G4VStateDependent *aDependent)

Member Function Documentation

◆ Notify()

virtual G4bool G4VStateDependent::Notify ( G4ApplicationState  requestedState)
pure virtual

◆ operator!=()

G4bool G4VStateDependent::operator!= ( const G4VStateDependent right) const

Definition at line 66 of file G4VStateDependent.cc.

67{
68 return (this != &right);
69}

◆ operator==()

G4bool G4VStateDependent::operator== ( const G4VStateDependent right) const

Definition at line 61 of file G4VStateDependent.cc.

62{
63 return (this == &right);
64}

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