| 
    Geant4
    10.00.p03
    
   | 
 
#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 | 
Definition at line 60 of file G4TrajectoryPoint.hh.
| G4TrajectoryPoint::G4TrajectoryPoint | ( | ) | 
Definition at line 49 of file G4TrajectoryPoint.cc.
References fPosition.
| 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.
      
  | 
  virtual | 
Definition at line 64 of file G4TrajectoryPoint.cc.
      
  | 
  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: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:
      
  | 
  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:
      
  | 
  inline | 
Definition at line 107 of file G4TrajectoryPoint.hh.
References aTrajectoryPointAllocator.
      
  | 
  inline | 
Definition at line 100 of file G4TrajectoryPoint.hh.
References aTrajectoryPointAllocator.
      
  | 
  inline | 
Definition at line 77 of file G4TrajectoryPoint.hh.
      
  | 
  private | 
Definition at line 93 of file G4TrajectoryPoint.hh.
Referenced by CreateAttValues(), G4TrajectoryPoint(), and GetPosition().