|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TrajectoryDrawByAttribute.hh>
Inheritance diagram for G4TrajectoryDrawByAttribute:Public Member Functions | |
| G4TrajectoryDrawByAttribute (const G4String &name="Unspecified", G4VisTrajContext *context=0) | |
| virtual | ~G4TrajectoryDrawByAttribute () |
| virtual void | Draw (const G4VTrajectory &trajectory, const G4bool &visible=true) const |
| virtual void | Print (std::ostream &ostr) const |
| void | Set (const G4String &attribute) |
| void | AddIntervalContext (const G4String &name, G4VisTrajContext *context) |
| void | AddValueContext (const G4String &name, G4VisTrajContext *context) |
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 41 of file G4TrajectoryDrawByAttribute.hh.
| G4TrajectoryDrawByAttribute::G4TrajectoryDrawByAttribute | ( | const G4String & | name = "Unspecified", |
| G4VisTrajContext * | context = 0 |
||
| ) |
Definition at line 40 of file G4TrajectoryDrawByAttribute.cc.
|
virtual |
Definition at line 48 of file G4TrajectoryDrawByAttribute.cc.
| void G4TrajectoryDrawByAttribute::AddIntervalContext | ( | const G4String & | name, |
| G4VisTrajContext * | context | ||
| ) |
Definition at line 204 of file G4TrajectoryDrawByAttribute.cc.
| void G4TrajectoryDrawByAttribute::AddValueContext | ( | const G4String & | name, |
| G4VisTrajContext * | context | ||
| ) |
Definition at line 223 of file G4TrajectoryDrawByAttribute.cc.
|
virtual |
Implements G4VTrajectoryModel.
Definition at line 61 of file G4TrajectoryDrawByAttribute.cc.
|
virtual |
Implements G4VTrajectoryModel.
Definition at line 177 of file G4TrajectoryDrawByAttribute.cc.
| void G4TrajectoryDrawByAttribute::Set | ( | const G4String & | attribute | ) |
Definition at line 198 of file G4TrajectoryDrawByAttribute.cc.