|
Geant4
10.01.p03
|
#include <G4VTrajectoryPoint.hh>
Inheritance diagram for G4VTrajectoryPoint: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, RE04TrajectoryPoint, G4TrajectoryPoint, G4SmoothTrajectoryPoint, WLSTrajectoryPoint, and F04TrajectoryPoint.
Definition at line 82 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4TrajectoryDrawerUtils::GetPointsAndTimes(), G4VSceneHandler::LoadAtts(), and G4VTrajectory::ShowTrajectory().
Here is the caller graph for this function:Reimplemented in G4RichTrajectoryPoint, RE04TrajectoryPoint, G4TrajectoryPoint, G4SmoothTrajectoryPoint, WLSTrajectoryPoint, and F04TrajectoryPoint.
Definition at line 74 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4TrajectoriesModelDebugG4AttValues(), G4VSceneHandler::LoadAtts(), and G4VTrajectory::ShowTrajectory().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented in G4RichTrajectoryPoint, and G4SmoothTrajectoryPoint.
Definition at line 66 of file G4VTrajectoryPoint.hh.
Referenced by G4HepRepFileSceneHandler::AddCompound(), LXeTrajectory::DrawTrajectory(), WLSTrajectory::DrawTrajectory(), and G4TrajectoryDrawerUtils::GetPointsAndTimes().
Here is the caller graph for this function:
|
pure virtual |
Implemented in G4TrajectoryPoint, RE04TrajectoryPoint, G4RayTrajectoryPoint, and G4SmoothTrajectoryPoint.
Referenced by G4HepRepFileSceneHandler::AddCompound(), G4GMocrenFileSceneHandler::AddCompound(), G4TrajectoryDrawByOriginVolume::Draw(), LXeTrajectory::DrawTrajectory(), WLSTrajectory::DrawTrajectory(), G4TrajectoryOriginVolumeFilter::Evaluate(), and G4TrajectoryDrawerUtils::GetPointsAndTimes().
Here is the caller graph for this function:| G4bool G4VTrajectoryPoint::operator== | ( | const G4VTrajectoryPoint & | right | ) | const |
Definition at line 40 of file G4VTrajectoryPoint.cc.