ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/management/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 |
Private Attributes | |
std::map< G4String, T * > | fMap |
T * | fpCurrent |
Definition at line 42 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 42 of file G4VisListManager.hh
G4VisListManager< T >::G4VisListManager | ( | ) |
Definition at line 72 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 72 of file G4VisListManager.hh
|
virtual |
Definition at line 77 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 77 of file G4VisListManager.hh
|
inline |
Definition at line 57 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 57 of file G4VisListManager.hh
References G4VisListManager< T >::fpCurrent.
Referenced by G4VisManager::PrintAvailableModels().
const std::map< G4String, T * > & G4VisListManager< T >::Map | ( | ) | const |
Definition at line 148 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 116 of file G4VisListManager.hh
References G4cout, and G4String::isNull().
void G4VisListManager< T >::Register | ( | T * | ptr | ) |
Definition at line 89 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 89 of file G4VisListManager.hh
void G4VisListManager< T >::SetCurrent | ( | const G4String & | name | ) |
Definition at line 100 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 100 of file G4VisListManager.hh
References G4Exception(), and JustWarning.
|
private |
Definition at line 66 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 66 of file G4VisListManager.hh
|
private |
Definition at line 67 of file G4VisListManager.hh.
View newest version in sPHENIX GitHub at line 67 of file G4VisListManager.hh
Referenced by G4VisListManager< T >::Current().