Geant4  10.00.p02
G4TrajectoryPoint Class Reference

#include <G4TrajectoryPoint.hh>

+ Inheritance diagram for G4TrajectoryPoint:
+ Collaboration diagram for G4TrajectoryPoint:

Public Member Functions

 G4TrajectoryPoint ()
 
 G4TrajectoryPoint (G4ThreeVector pos)
 
 G4TrajectoryPoint (const G4TrajectoryPoint &right)
 
virtual ~G4TrajectoryPoint ()
 
void * operator new (size_t)
 
void operator delete (void *aTrajectoryPoint)
 
int operator== (const G4TrajectoryPoint &right) const
 
const G4ThreeVector GetPosition () const
 
virtual const std::map
< G4String, G4AttDef > * 
GetAttDefs () const
 
virtual std::vector< G4AttValue > * CreateAttValues () const
 
- Public Member Functions inherited from G4VTrajectoryPoint
 G4VTrajectoryPoint ()
 
virtual ~G4VTrajectoryPoint ()
 
G4bool operator== (const G4VTrajectoryPoint &right) const
 
virtual const std::vector
< G4ThreeVector > * 
GetAuxiliaryPoints () const
 

Private Attributes

G4ThreeVector fPosition
 

Detailed Description

Definition at line 60 of file G4TrajectoryPoint.hh.

Constructor & Destructor Documentation

G4TrajectoryPoint::G4TrajectoryPoint ( )

Definition at line 49 of file G4TrajectoryPoint.cc.

References fPosition.

G4TrajectoryPoint::G4TrajectoryPoint ( G4ThreeVector  pos)

Definition at line 54 of file G4TrajectoryPoint.cc.

References fPosition, and pos.

G4TrajectoryPoint::G4TrajectoryPoint ( const G4TrajectoryPoint right)

Definition at line 59 of file G4TrajectoryPoint.cc.

G4TrajectoryPoint::~G4TrajectoryPoint ( )
virtual

Definition at line 64 of file G4TrajectoryPoint.cc.

Member Function Documentation

std::vector< G4AttValue > * G4TrajectoryPoint::CreateAttValues ( ) const
virtual

Reimplemented from G4VTrajectoryPoint.

Reimplemented in G4RichTrajectoryPoint, WLSTrajectoryPoint, and F04TrajectoryPoint.

Definition at line 81 of file G4TrajectoryPoint.cc.

References fPosition, G4BestUnit, G4cout, and GetAttDefs().

Referenced by G4RichTrajectoryPoint::CreateAttValues().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Reimplemented from G4VTrajectoryPoint.

Reimplemented in G4RichTrajectoryPoint, WLSTrajectoryPoint, and F04TrajectoryPoint.

Definition at line 68 of file G4TrajectoryPoint.cc.

References G4AttDefStore::GetInstance().

Referenced by CreateAttValues(), G4RichTrajectoryPoint::GetAttDefs(), G4VisCommandList::SetNewValue(), and G4VisCommandSceneAddTrajectories::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const G4ThreeVector G4TrajectoryPoint::GetPosition ( void  ) const
inlinevirtual

Implements G4VTrajectoryPoint.

Definition at line 81 of file G4TrajectoryPoint.hh.

References fPosition.

Referenced by RE01Trajectory::DrawTrajectory(), and RE01Trajectory::ShowTrajectory().

+ Here is the caller graph for this function:

void G4TrajectoryPoint::operator delete ( void *  aTrajectoryPoint)
inline

Definition at line 107 of file G4TrajectoryPoint.hh.

References aTrajectoryPointAllocator.

void * G4TrajectoryPoint::operator new ( size_t  )
inline

Definition at line 100 of file G4TrajectoryPoint.hh.

References aTrajectoryPointAllocator.

int G4TrajectoryPoint::operator== ( const G4TrajectoryPoint right) const
inline

Definition at line 77 of file G4TrajectoryPoint.hh.

Member Data Documentation

G4ThreeVector G4TrajectoryPoint::fPosition
private

Definition at line 93 of file G4TrajectoryPoint.hh.

Referenced by CreateAttValues(), G4TrajectoryPoint(), and GetPosition().


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