Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VTrajectoryPoint.hh>
Public Member Functions | |
G4VTrajectoryPoint () | |
virtual | ~G4VTrajectoryPoint () |
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 51 of file G4VTrajectoryPoint.hh.
G4VTrajectoryPoint::G4VTrajectoryPoint | ( | ) |
Definition at line 37 of file G4VTrajectoryPoint.cc.
|
virtual |
Definition at line 38 of file G4VTrajectoryPoint.cc.
|
inlinevirtual |
Reimplemented in G4RichTrajectoryPoint, G4SmoothTrajectoryPoint, and G4TrajectoryPoint.
Definition at line 82 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4TrajectoryDrawerUtils::GetPointsAndTimes(), G4VSceneHandler::LoadAtts(), and G4VTrajectory::ShowTrajectory().
|
inlinevirtual |
Reimplemented in G4RichTrajectoryPoint, G4SmoothTrajectoryPoint, and G4TrajectoryPoint.
Definition at line 74 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4VSceneHandler::LoadAtts(), and G4VTrajectory::ShowTrajectory().
|
inlinevirtual |
Reimplemented in G4RichTrajectoryPoint, and G4SmoothTrajectoryPoint.
Definition at line 66 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), and G4TrajectoryDrawerUtils::GetPointsAndTimes().
|
pure virtual |
Implemented in G4SmoothTrajectoryPoint, G4TrajectoryPoint, and G4RayTrajectoryPoint.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4GMocrenFileSceneHandler::AddCompound(), G4TrajectoryDrawByOriginVolume::Draw(), G4TrajectoryOriginVolumeFilter::Evaluate(), and G4TrajectoryDrawerUtils::GetPointsAndTimes().
G4bool G4VTrajectoryPoint::operator== | ( | const G4VTrajectoryPoint & | right | ) | const |
Definition at line 40 of file G4VTrajectoryPoint.cc.