Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VNotifier.hh>
Public Member Functions | |
G4VNotifier () | |
virtual | ~G4VNotifier () |
virtual void | NotifyRegistration ()=0 |
virtual void | NotifyDeRegistration ()=0 |
Definition at line 39 of file G4VNotifier.hh.
G4VNotifier::G4VNotifier | ( | ) |
Definition at line 39 of file G4VNotifier.cc.
|
virtual |
Definition at line 45 of file G4VNotifier.cc.
|
pure virtual |
Referenced by G4LogicalVolumeStore::Clean(), G4PhysicalVolumeStore::Clean(), G4RegionStore::Clean(), G4SolidStore::Clean(), G4AssemblyStore::Clean(), G4AssemblyStore::DeRegister(), G4LogicalVolumeStore::DeRegister(), G4RegionStore::DeRegister(), G4PhysicalVolumeStore::DeRegister(), and G4SolidStore::DeRegister().
|
pure virtual |