Geant4
10.03.p03
|
#include <G4VTrajectoryModel.hh>
Public Member Functions | |
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 44 of file G4VTrajectoryModel.hh.
G4VTrajectoryModel::G4VTrajectoryModel | ( | const G4String & | name, |
G4VisTrajContext * | fpContext = 0 |
||
) |
Definition at line 37 of file G4VTrajectoryModel.cc.
|
virtual |
Definition at line 48 of file G4VTrajectoryModel.cc.
|
pure virtual |
Implemented in G4TrajectoryDrawByCharge, G4TrajectoryDrawByAttribute, G4TrajectoryDrawByEncounteredVolume, G4TrajectoryDrawByParticleID, G4TrajectoryDrawByOriginVolume, and G4TrajectoryGenericDrawer.
const G4VisTrajContext & G4VTrajectoryModel::GetContext | ( | ) | const |
G4bool G4VTrajectoryModel::GetVerbose | ( | ) | const |
G4String G4VTrajectoryModel::Name | ( | ) | const |
|
pure virtual |
Definition at line 68 of file G4VTrajectoryModel.cc.