Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VFilter.hh>
Public Types | |
typedef T | Type |
Public Member Functions | |
G4VFilter (const G4String &name) | |
virtual | ~G4VFilter () |
virtual G4bool | Accept (const T &) const =0 |
virtual void | PrintAll (std::ostream &ostr) const =0 |
virtual void | Reset ()=0 |
G4String | Name () const |
G4String | GetName () const |
Definition at line 40 of file G4VFilter.hh.
typedef T G4VFilter< T >::Type |
Definition at line 44 of file G4VFilter.hh.
G4VFilter< T >::G4VFilter | ( | const G4String & | name | ) |
Definition at line 72 of file G4VFilter.hh.
Definition at line 77 of file G4VFilter.hh.
Definition at line 88 of file G4VFilter.hh.
Definition at line 81 of file G4VFilter.hh.
Referenced by G4SmartFilter< T >::Accept(), G4AttributeFilterT< T >::Print(), and G4SmartFilter< T >::PrintAll().
|
pure virtual |
|
pure virtual |