Geant4
10.01.p02
|
#include <G4ErrorSurfaceTarget.hh>
Public Member Functions | |
G4ErrorSurfaceTarget () | |
virtual | ~G4ErrorSurfaceTarget () |
virtual double | GetDistanceFromPoint (const G4ThreeVector &point, const G4ThreeVector &direc) const =0 |
virtual double | GetDistanceFromPoint (const G4ThreeVector &point) const =0 |
virtual G4Plane3D | GetTangentPlane (const G4ThreeVector &point) const =0 |
virtual void | Dump (const G4String &msg) const =0 |
Public Member Functions inherited from G4ErrorTanPlaneTarget | |
G4ErrorTanPlaneTarget () | |
virtual | ~G4ErrorTanPlaneTarget () |
Public Member Functions inherited from G4ErrorTarget | |
G4ErrorTarget () | |
virtual | ~G4ErrorTarget () |
virtual G4bool | TargetReached (const G4Step *) |
G4ErrorTargetType | GetType () const |
Additional Inherited Members | |
Protected Attributes inherited from G4ErrorTarget | |
G4ErrorTargetType | theType |
Definition at line 50 of file G4ErrorSurfaceTarget.hh.
G4ErrorSurfaceTarget::G4ErrorSurfaceTarget | ( | ) |
Definition at line 36 of file G4ErrorSurfaceTarget.cc.
|
virtual |
Definition at line 37 of file G4ErrorSurfaceTarget.cc.
|
pure virtual |
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
|
pure virtual |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorPlaneSurfaceTarget, and G4ErrorCylSurfaceTarget.
|
pure virtual |
Reimplemented from G4ErrorTarget.
Implemented in G4ErrorPlaneSurfaceTarget, and G4ErrorCylSurfaceTarget.
|
pure virtual |
Implements G4ErrorTanPlaneTarget.
Implemented in G4ErrorCylSurfaceTarget, and G4ErrorPlaneSurfaceTarget.
Referenced by G4ErrorPropagationNavigator::GetGlobalExitNormal().