|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
Enumerations | |
| enum | TimesValidity { InvalidTimes , ValidTimes } |
Functions | |
| void | GetPoints (const G4VTrajectory &traj, G4Polyline &trajectoryLine, G4Polymarker &auxiliaryPoints, G4Polymarker &stepPoints) |
| void | DrawLineAndPoints (const G4VTrajectory &traj, const G4VisTrajContext &) |
| TimesValidity | GetPointsAndTimes (const G4VTrajectory &traj, const G4VisTrajContext &context, G4Polyline &trajectoryLine, G4Polymarker &auxiliaryPoints, G4Polymarker &stepPoints, std::vector< G4double > &trajectoryLineTimes, std::vector< G4double > &auxiliaryPointTimes, std::vector< G4double > &stepPointTimes) |
| void G4TrajectoryDrawerUtils::DrawLineAndPoints | ( | const G4VTrajectory & | traj, |
| const G4VisTrajContext & | context | ||
| ) |
Definition at line 314 of file G4TrajectoryDrawerUtils.cc.
Referenced by G4TrajectoryDrawByAttribute::Draw(), G4TrajectoryDrawByCharge::Draw(), G4TrajectoryDrawByEncounteredVolume::Draw(), G4TrajectoryDrawByOriginVolume::Draw(), G4TrajectoryDrawByParticleID::Draw(), and G4TrajectoryGenericDrawer::Draw().
| void G4TrajectoryDrawerUtils::GetPoints | ( | const G4VTrajectory & | traj, |
| G4Polyline & | trajectoryLine, | ||
| G4Polymarker & | auxiliaryPoints, | ||
| G4Polymarker & | stepPoints | ||
| ) |
| TimesValidity G4TrajectoryDrawerUtils::GetPointsAndTimes | ( | const G4VTrajectory & | traj, |
| const G4VisTrajContext & | context, | ||
| G4Polyline & | trajectoryLine, | ||
| G4Polymarker & | auxiliaryPoints, | ||
| G4Polymarker & | stepPoints, | ||
| std::vector< G4double > & | trajectoryLineTimes, | ||
| std::vector< G4double > & | auxiliaryPointTimes, | ||
| std::vector< G4double > & | stepPointTimes | ||
| ) |
Definition at line 45 of file G4TrajectoryDrawerUtils.cc.
Referenced by DrawLineAndPoints().