|
| G4BrentLocator (G4Navigator *theNavigator) |
|
| ~G4BrentLocator () |
|
G4bool | EstimateIntersectionPoint (const G4FieldTrack &curveStartPointTangent, const G4FieldTrack &curveEndPointTangent, const G4ThreeVector &trialPoint, G4FieldTrack &intersectPointTangent, G4bool &recalculatedEndPoint, G4double &fPreviousSafety, G4ThreeVector &fPreviousSftOrigin) |
|
| G4VIntersectionLocator (G4Navigator *theNavigator) |
|
virtual | ~G4VIntersectionLocator () |
|
void | printStatus (const G4FieldTrack &startFT, const G4FieldTrack ¤tFT, G4double requestStep, G4double safety, G4int step) |
|
G4bool | IntersectChord (const G4ThreeVector &StartPointA, const G4ThreeVector &EndPointB, G4double &NewSafety, G4double &PreviousSafety, G4ThreeVector &PreviousSftOrigin, G4double &LinearStepLength, G4ThreeVector &IntersectionPoint, G4bool *calledNavigator=0) |
|
void | SetEpsilonStepFor (G4double EpsilonStep) |
|
void | SetDeltaIntersectionFor (G4double deltaIntersection) |
|
void | SetNavigatorFor (G4Navigator *fNavigator) |
|
void | SetChordFinderFor (G4ChordFinder *fCFinder) |
|
void | SetVerboseFor (G4int fVerbose) |
|
G4int | GetVerboseFor () |
|
G4double | GetDeltaIntersectionFor () |
|
G4double | GetEpsilonStepFor () |
|
G4Navigator * | GetNavigatorFor () |
|
G4ChordFinder * | GetChordFinderFor () |
|
void | SetSafetyParametersFor (G4bool UseSafety) |
|
void | AddAdjustementOfFoundIntersection (G4bool UseCorrection) |
|
G4bool | GetAdjustementOfFoundIntersection () |
|
void | AdjustIntersections (G4bool UseCorrection) |
|
G4bool | AreIntersectionsAdjusted () |
|
Definition at line 50 of file G4BrentLocator.hh.