|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VisListManager.hh>
Public Member Functions | |
| G4VisListManager () | |
| virtual | ~G4VisListManager () |
| void | Register (T *ptr) |
| void | SetCurrent (const G4String &name) |
| const T * | Current () const |
| const std::map< G4String, T * > & | Map () const |
| void | Print (std::ostream &ostr, const G4String &name="") const |
Definition at line 42 of file G4VisListManager.hh.
| G4VisListManager< T >::G4VisListManager | ( | ) |
Definition at line 72 of file G4VisListManager.hh.
|
virtual |
Definition at line 77 of file G4VisListManager.hh.
|
inline |
Definition at line 57 of file G4VisListManager.hh.
| const std::map< G4String, T * > & G4VisListManager< T >::Map | ( | ) | const |
Definition at line 148 of file G4VisListManager.hh.
| void G4VisListManager< T >::Print | ( | std::ostream & | ostr, |
| const G4String & | name = "" ) const |
Definition at line 116 of file G4VisListManager.hh.
| void G4VisListManager< T >::Register | ( | T * | ptr | ) |
| void G4VisListManager< T >::SetCurrent | ( | const G4String & | name | ) |
Definition at line 100 of file G4VisListManager.hh.