Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4SmartFilter.hh>
Public Member Functions | |
G4SmartFilter (const G4String &name) | |
virtual | ~G4SmartFilter () |
virtual G4bool | Evaluate (const T &) const =0 |
virtual void | Print (std::ostream &ostr) const =0 |
virtual void | Clear ()=0 |
G4bool | Accept (const T &) const |
virtual void | PrintAll (std::ostream &ostr) const |
virtual void | Reset () |
void | SetActive (const G4bool &) |
G4bool | GetActive () const |
void | SetInvert (const G4bool &) |
G4bool | GetInvert () const |
void | SetVerbose (const G4bool &) |
G4bool | GetVerbose () const |
Public Member Functions inherited from G4VFilter< T > | |
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 |
Additional Inherited Members | |
Public Types inherited from G4VFilter< T > | |
typedef T | Type |
Definition at line 38 of file G4SmartFilter.hh.
G4SmartFilter< T >::G4SmartFilter | ( | const G4String & | name | ) |
Definition at line 90 of file G4SmartFilter.hh.
|
virtual |
Definition at line 100 of file G4SmartFilter.hh.
|
virtual |
Implements G4VFilter< T >.
Definition at line 104 of file G4SmartFilter.hh.
|
pure virtual |
|
pure virtual |
G4bool G4SmartFilter< T >::GetActive |
Definition at line 172 of file G4SmartFilter.hh.
G4bool G4SmartFilter< T >::GetInvert |
Definition at line 186 of file G4SmartFilter.hh.
G4bool G4SmartFilter< T >::GetVerbose |
Definition at line 200 of file G4SmartFilter.hh.
|
pure virtual |
|
virtual |
Implements G4VFilter< T >.
Definition at line 138 of file G4SmartFilter.hh.
|
virtual |
Implements G4VFilter< T >.
Definition at line 152 of file G4SmartFilter.hh.
void G4SmartFilter< T >::SetActive | ( | const G4bool & | active | ) |
Definition at line 165 of file G4SmartFilter.hh.
void G4SmartFilter< T >::SetInvert | ( | const G4bool & | invert | ) |
Definition at line 179 of file G4SmartFilter.hh.
void G4SmartFilter< T >::SetVerbose | ( | const G4bool & | verbose | ) |
Definition at line 193 of file G4SmartFilter.hh.