|
Geant4
10.02.p01
|
#include <G4RayTrajectoryPoint.hh>
Inheritance diagram for G4RayTrajectoryPoint:
Collaboration diagram for G4RayTrajectoryPoint:Public Member Functions | |
| G4RayTrajectoryPoint () | |
| virtual | ~G4RayTrajectoryPoint () |
| void * | operator new (size_t) |
| void | operator delete (void *aTrajectoryPoint) |
| void | SetPreStepAtt (const G4VisAttributes *val) |
| const G4VisAttributes * | GetPreStepAtt () const |
| void | SetPostStepAtt (const G4VisAttributes *val) |
| const G4VisAttributes * | GetPostStepAtt () const |
| void | SetSurfaceNormal (const G4ThreeVector &val) |
| G4ThreeVector | GetSurfaceNormal () const |
| void | SetStepLength (G4double val) |
| G4double | GetStepLength () const |
| const G4ThreeVector | GetPosition () const |
Public Member Functions inherited from G4VTrajectoryPoint | |
| G4VTrajectoryPoint () | |
| virtual | ~G4VTrajectoryPoint () |
| G4bool | operator== (const G4VTrajectoryPoint &right) const |
| virtual const std::vector < G4ThreeVector > * | GetAuxiliaryPoints () const |
| virtual const std::map < G4String, G4AttDef > * | GetAttDefs () const |
| virtual std::vector< G4AttValue > * | CreateAttValues () const |
Private Attributes | |
| const G4VisAttributes * | preStepAtt |
| const G4VisAttributes * | postStepAtt |
| G4ThreeVector | surfaceNormal |
| G4double | stepLength |
Definition at line 51 of file G4RayTrajectoryPoint.hh.
| G4RayTrajectoryPoint::G4RayTrajectoryPoint | ( | ) |
Definition at line 40 of file G4RayTrajectoryPoint.cc.
|
virtual |
Definition at line 46 of file G4RayTrajectoryPoint.cc.
|
inlinevirtual |
Implements G4VTrajectoryPoint.
Definition at line 78 of file G4RayTrajectoryPoint.hh.
|
inline |
Definition at line 72 of file G4RayTrajectoryPoint.hh.
References postStepAtt.
Referenced by G4TheRayTracer::GenerateColour(), G4RTRun::GetSurfaceColour(), G4TheRayTracer::GetSurfaceColour(), and G4RTRun::RecordEvent().
Here is the caller graph for this function:
|
inline |
Definition at line 70 of file G4RayTrajectoryPoint.hh.
References preStepAtt.
Referenced by G4RTRun::Attenuate(), G4TheRayTracer::Attenuate(), G4RTRun::GetSurfaceColour(), and G4TheRayTracer::GetSurfaceColour().
Here is the caller graph for this function:
|
inline |
Definition at line 76 of file G4RayTrajectoryPoint.hh.
References stepLength.
Referenced by G4RTRun::Attenuate(), and G4TheRayTracer::Attenuate().
Here is the caller graph for this function:
|
inline |
Definition at line 74 of file G4RayTrajectoryPoint.hh.
References surfaceNormal.
Referenced by G4RTRun::GetSurfaceColour(), and G4TheRayTracer::GetSurfaceColour().
Here is the caller graph for this function:
|
inline |
Definition at line 95 of file G4RayTrajectoryPoint.hh.
References rayTrajectoryPointAllocator.
|
inline |
Definition at line 88 of file G4RayTrajectoryPoint.hh.
References rayTrajectoryPointAllocator.
|
inline |
Definition at line 71 of file G4RayTrajectoryPoint.hh.
Referenced by G4RayTrajectory::AppendStep().
Here is the caller graph for this function:
|
inline |
Definition at line 69 of file G4RayTrajectoryPoint.hh.
Referenced by G4RayTrajectory::AppendStep().
Here is the caller graph for this function:
|
inline |
Definition at line 75 of file G4RayTrajectoryPoint.hh.
Referenced by G4RayTrajectory::AppendStep().
Here is the caller graph for this function:
|
inline |
Definition at line 73 of file G4RayTrajectoryPoint.hh.
Referenced by G4RayTrajectory::AppendStep().
Here is the caller graph for this function:
|
private |
Definition at line 64 of file G4RayTrajectoryPoint.hh.
Referenced by GetPostStepAtt().
|
private |
Definition at line 63 of file G4RayTrajectoryPoint.hh.
Referenced by GetPreStepAtt().
|
private |
Definition at line 66 of file G4RayTrajectoryPoint.hh.
Referenced by GetStepLength().
|
private |
Definition at line 65 of file G4RayTrajectoryPoint.hh.
Referenced by GetSurfaceNormal().