|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TrajectoryDrawByParticleID.hh>
Inheritance diagram for G4TrajectoryDrawByParticleID:Public Member Functions | |
| G4TrajectoryDrawByParticleID (const G4String &name="Unspecified", G4VisTrajContext *context=0) | |
| virtual | ~G4TrajectoryDrawByParticleID () |
| virtual void | Draw (const G4VTrajectory &trajectory, const G4bool &visible=true) const |
| virtual void | Print (std::ostream &ostr) const |
| void | SetDefault (const G4String &) |
| void | SetDefault (const G4Colour &) |
| void | Set (const G4String &particle, const G4String &colour) |
| void | Set (const G4String &particle, const G4Colour &colour) |
Public Member Functions inherited from G4VTrajectoryModel | |
| G4VTrajectoryModel (const G4String &name, G4VisTrajContext *fpContext=0) | |
| virtual | ~G4VTrajectoryModel () |
| virtual void | Draw (const G4VTrajectory &trajectory, const G4bool &visible=true) const =0 |
| virtual void | Print (std::ostream &ostr) const =0 |
| G4String | Name () const |
| const G4VisTrajContext & | GetContext () const |
| void | SetVerbose (const G4bool &) |
| G4bool | GetVerbose () const |
Definition at line 43 of file G4TrajectoryDrawByParticleID.hh.
| G4TrajectoryDrawByParticleID::G4TrajectoryDrawByParticleID | ( | const G4String & | name = "Unspecified", |
| G4VisTrajContext * | context = 0 |
||
| ) |
Definition at line 34 of file G4TrajectoryDrawByParticleID.cc.
|
virtual |
Definition at line 47 of file G4TrajectoryDrawByParticleID.cc.
|
virtual |
Implements G4VTrajectoryModel.
Definition at line 50 of file G4TrajectoryDrawByParticleID.cc.
|
virtual |
Implements G4VTrajectoryModel.
Definition at line 107 of file G4TrajectoryDrawByParticleID.cc.
Definition at line 101 of file G4TrajectoryDrawByParticleID.cc.
Definition at line 95 of file G4TrajectoryDrawByParticleID.cc.
Referenced by G4TrajectoryDrawByParticleID().
| void G4TrajectoryDrawByParticleID::SetDefault | ( | const G4Colour & | colour | ) |
Definition at line 89 of file G4TrajectoryDrawByParticleID.cc.
| void G4TrajectoryDrawByParticleID::SetDefault | ( | const G4String & | colour | ) |
Definition at line 72 of file G4TrajectoryDrawByParticleID.cc.
Referenced by SetDefault().