Geant4-11
|
#include <G4VisListManager.hh>
Public Member Functions | |
const T * | Current () const |
G4VisListManager () | |
const std::map< G4String, T * > & | Map () const |
void | Print (std::ostream &ostr, const G4String &name="") const |
void | Register (T *ptr) |
void | SetCurrent (const G4String &name) |
virtual | ~G4VisListManager () |
Private Attributes | |
std::map< G4String, T * > | fMap |
T * | fpCurrent |
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.
References G4VisListManager< T >::fpCurrent.
Referenced by G4VisManager::PrintAvailableModels().
const std::map< G4String, T * > & G4VisListManager< T >::Map |
Definition at line 148 of file G4VisListManager.hh.
Referenced by G4VisManager::PrintAvailableModels().
void G4VisListManager< T >::Print | ( | std::ostream & | ostr, |
const G4String & | name = "" |
||
) | const |
Definition at line 116 of file G4VisListManager.hh.
References G4cout, and G4InuclParticleNames::name().
void G4VisListManager< T >::Register | ( | T * | ptr | ) |
Definition at line 89 of file G4VisListManager.hh.
void G4VisListManager< T >::SetCurrent | ( | const G4String & | name | ) |
Definition at line 100 of file G4VisListManager.hh.
References G4Exception(), JustWarning, and G4InuclParticleNames::name().
|
private |
Definition at line 66 of file G4VisListManager.hh.
|
private |
Definition at line 67 of file G4VisListManager.hh.
Referenced by G4VisListManager< T >::Current().