Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VTrajectoryPoint.hh>
Public Member Functions | |
G4VTrajectoryPoint ()=default | |
virtual | ~G4VTrajectoryPoint ()=default |
G4bool | operator== (const G4VTrajectoryPoint &right) const |
virtual const G4ThreeVector | GetPosition () const =0 |
virtual const std::vector< G4ThreeVector > * | GetAuxiliaryPoints () const |
virtual const std::map< G4String, G4AttDef > * | GetAttDefs () const |
virtual std::vector< G4AttValue > * | CreateAttValues () const |
Definition at line 50 of file G4VTrajectoryPoint.hh.
|
default |
|
virtualdefault |
|
inlinevirtual |
Reimplemented in G4RichTrajectoryPoint, G4SmoothTrajectoryPoint, and G4TrajectoryPoint.
Definition at line 86 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoryDrawByEncounteredVolume::Draw(), G4TrajectoryEncounteredVolumeFilter::Evaluate(), G4TrajectoriesModelDebugG4AttValues(), G4TrajectoryDrawerUtils::GetPointsAndTimes(), G4VSceneHandler::LoadAtts(), and G4VTrajectory::ShowTrajectory().
|
inlinevirtual |
Reimplemented in G4RichTrajectoryPoint, G4SmoothTrajectoryPoint, and G4TrajectoryPoint.
Definition at line 75 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4VSceneHandler::LoadAtts(), and G4VTrajectory::ShowTrajectory().
|
inlinevirtual |
Reimplemented in G4RichTrajectoryPoint, and G4SmoothTrajectoryPoint.
Definition at line 68 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), and G4TrajectoryDrawerUtils::GetPointsAndTimes().
|
pure virtual |
Implemented in G4RayTrajectoryPoint, G4SmoothTrajectoryPoint, and G4TrajectoryPoint.
Referenced by G4GMocrenFileSceneHandler::AddCompound(), G4HepRepFileSceneHandler::AddCompound(), G4TrajectoryDrawByOriginVolume::Draw(), G4TrajectoryOriginVolumeFilter::Evaluate(), and G4TrajectoryDrawerUtils::GetPointsAndTimes().
|
inline |
Definition at line 58 of file G4VTrajectoryPoint.hh.