|
Geant4-11
|
#include <G4VisModelManager.hh>
Public Types | |
| typedef G4VModelFactory< Model > | Factory |
| typedef G4VisListManager< Model > | List |
Public Member Functions | |
| const Model * | Current () const |
| const std::vector< Factory * > & | FactoryList () const |
| G4VisModelManager (const G4String &) | |
| const List * | ListManager () const |
| G4String | Placement () const |
| void | Print (std::ostream &ostr, const G4String &name="") const |
| void | Register (Factory *) |
| void | Register (Model *) |
| void | SetCurrent (const G4String &) |
| virtual | ~G4VisModelManager () |
Private Member Functions | |
| G4VisModelManager (const G4VisModelManager &) | |
| G4VisModelManager & | operator= (const G4VisModelManager &) |
Private Attributes | |
| std::vector< Factory * > | fFactoryList |
| std::vector< G4UImessenger * > | fMessengerList |
| G4String | fPlacement |
| List * | fpModelList |
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.
|
private |
| 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.
Referenced by G4VisManager::PrintAvailableModels().
| const G4VisListManager< Model > * G4VisModelManager< Model >::ListManager |
Definition at line 175 of file G4VisModelManager.hh.
Referenced by G4VisManager::PrintAvailableModels().
|
private |
| 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.
References G4InuclParticleNames::name().
| void G4VisModelManager< Model >::Register | ( | Factory * | factory | ) |
Definition at line 122 of file G4VisModelManager.hh.
References test::factory.
| 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().
|
private |
Definition at line 81 of file G4VisModelManager.hh.
|
private |
Definition at line 82 of file G4VisModelManager.hh.
|
private |
Definition at line 79 of file G4VisModelManager.hh.
|
private |
Definition at line 80 of file G4VisModelManager.hh.