Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
네임스페이스 | 열거형 타입 | 함수
G4TrajectoryDrawerUtils.cc 파일 참조
#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"

이 파일의 소스 코드 페이지로 가기

네임스페이스

 G4TrajectoryDrawerUtils
 

열거형 타입

enum  G4TrajectoryDrawerUtils::TimesValidity { G4TrajectoryDrawerUtils::InvalidTimes, G4TrajectoryDrawerUtils::ValidTimes }
 

함수

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)
 
static void G4TrajectoryDrawerUtils::SliceLine (G4double timeIncrement, G4Polyline &trajectoryLine, std::vector< G4double > &trajectoryLineTimes)
 
static void G4TrajectoryDrawerUtils::DrawWithoutTime (const G4VisTrajContext &myContext, G4Polyline &trajectoryLine, G4Polymarker &auxiliaryPoints, G4Polymarker &stepPoints)
 
static void G4TrajectoryDrawerUtils::DrawWithTime (const G4VisTrajContext &myContext, 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 &)