Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4TrajectoryPoint Class Reference

#include <G4TrajectoryPoint.hh>

Inheritance diagram for G4TrajectoryPoint:
Inheritance graph
[legend]
Collaboration diagram for G4TrajectoryPoint:
Collaboration graph
[legend]

Public Member Functions

 G4TrajectoryPoint ()
 
 G4TrajectoryPoint (G4ThreeVector pos)
 
 G4TrajectoryPoint (const G4TrajectoryPoint &right)
 
virtual ~G4TrajectoryPoint ()
 
voidoperator 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
 

Detailed Description

Definition at line 59 of file G4TrajectoryPoint.hh.

Constructor & Destructor Documentation

G4TrajectoryPoint::G4TrajectoryPoint ( )

Definition at line 49 of file G4TrajectoryPoint.cc.

G4TrajectoryPoint::G4TrajectoryPoint ( G4ThreeVector  pos)

Definition at line 54 of file G4TrajectoryPoint.cc.

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.

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.

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 80 of file G4TrajectoryPoint.hh.

Here is the caller graph for this function:

void G4TrajectoryPoint::operator delete ( void aTrajectoryPoint)
inline

Definition at line 109 of file G4TrajectoryPoint.hh.

void * G4TrajectoryPoint::operator new ( size_t  )
inline

Definition at line 102 of file G4TrajectoryPoint.hh.

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

Definition at line 76 of file G4TrajectoryPoint.hh.


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