| 
    Geant4_10
    
   | 
 
#include "G4TrajectoryDrawerUtils.hh"#include "G4Colour.hh"#include "G4Polyline.hh"#include "G4Polymarker.hh"#include "G4VTrajectory.hh"#include "G4VTrajectoryPoint.hh"#include "G4VisAttributes.hh"#include "G4VisTrajContext.hh"#include "G4VVisManager.hh"#include "G4UIcommand.hh"#include "G4AttValue.hh"
Go to the source code of this file.
Namespaces | |
| G4TrajectoryDrawerUtils | |
Enumerations | |
| enum | G4TrajectoryDrawerUtils::TimesValidity { G4TrajectoryDrawerUtils::InvalidTimes, G4TrajectoryDrawerUtils::ValidTimes } | 
Functions | |
| 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) | 
| void | G4TrajectoryDrawerUtils::DrawLineAndPoints (const G4VTrajectory &traj, const G4VisTrajContext &) | 
 1.8.5