Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VisModelManager.hh>
Public Types | |
typedef G4VisListManager< Model > | List |
typedef G4VModelFactory< Model > | Factory |
Public Member Functions | |
G4VisModelManager (const G4String &) | |
virtual | ~G4VisModelManager () |
void | Register (Model *) |
void | Register (Factory *) |
void | SetCurrent (const G4String &) |
const Model * | Current () const |
G4String | Placement () const |
void | Print (std::ostream &ostr, const G4String &name="") const |
const List * | ListManager () const |
const std::vector< Factory * > & | FactoryList () const |
Definition at line 42 of file G4VisModelManager.hh.
typedef G4VModelFactory<Model> G4VisModelManager< Model >::Factory |
Definition at line 48 of file G4VisModelManager.hh.
typedef G4VisListManager<Model> G4VisModelManager< Model >::List |
Definition at line 47 of file G4VisModelManager.hh.
G4VisModelManager< Model >::G4VisModelManager | ( | const G4String & | placement | ) |
Definition at line 87 of file G4VisModelManager.hh.
|
virtual |
Definition at line 93 of file G4VisModelManager.hh.
const Model * G4VisModelManager< Model >::Current |
Definition at line 140 of file G4VisModelManager.hh.
Referenced by G4VisManager::CurrentTrajDrawModel().
const std::vector< G4VModelFactory< Model > * > & G4VisModelManager< Model >::FactoryList |
Definition at line 182 of file G4VisModelManager.hh.
const G4VisListManager< Model > * G4VisModelManager< Model >::ListManager |
Definition at line 175 of file G4VisModelManager.hh.
G4String G4VisModelManager< Model >::Placement |
Definition at line 147 of file G4VisModelManager.hh.
Referenced by G4VisManager::RegisterMessengers().
void G4VisModelManager< Model >::Print | ( | std::ostream & | ostr, |
const G4String & | name = "" |
||
) | const |
Definition at line 154 of file G4VisModelManager.hh.
void G4VisModelManager< Model >::Register | ( | Factory * | factory | ) |
Definition at line 122 of file G4VisModelManager.hh.
void G4VisModelManager< Model >::Register | ( | Model * | model | ) |
Definition at line 115 of file G4VisModelManager.hh.
Referenced by G4VisManager::CurrentTrajDrawModel(), G4VisManager::RegisterModel(), and G4VisManager::RegisterModelFactory().
void G4VisModelManager< Model >::SetCurrent | ( | const G4String & | model | ) |
Definition at line 133 of file G4VisModelManager.hh.
Referenced by G4VisManager::SelectTrajectoryModel().