Geant4  10.00.p02
G4VTrajectoryPoint Class Referenceabstract

#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
 

Detailed Description

Definition at line 51 of file G4VTrajectoryPoint.hh.

Constructor & Destructor Documentation

G4VTrajectoryPoint::G4VTrajectoryPoint ( )

Definition at line 37 of file G4VTrajectoryPoint.cc.

G4VTrajectoryPoint::~G4VTrajectoryPoint ( )
virtual

Definition at line 38 of file G4VTrajectoryPoint.cc.

Member Function Documentation

virtual std::vector<G4AttValue>* G4VTrajectoryPoint::CreateAttValues ( ) const
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:

virtual const std::map<G4String,G4AttDef>* G4VTrajectoryPoint::GetAttDefs ( ) const
inlinevirtual

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:

virtual const std::vector<G4ThreeVector>* G4VTrajectoryPoint::GetAuxiliaryPoints ( ) const
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:

virtual const G4ThreeVector G4VTrajectoryPoint::GetPosition ( ) const
pure virtual
G4bool G4VTrajectoryPoint::operator== ( const G4VTrajectoryPoint right) const

Definition at line 40 of file G4VTrajectoryPoint.cc.


The documentation for this class was generated from the following files: