Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | Public 멤버 함수 | Protected 멤버 함수 | Protected 속성 | Private 멤버 함수 | Private 속성 | Friends | 모든 멤버 목록
G4Navigator 클래스 참조

#include <G4Navigator.hh>

G4Navigator에 대한 상속 다이어그램 :
G4ErrorPropagationNavigator G4MultiNavigator

클래스

struct  G4SaveNavigatorState
 

Public 멤버 함수

 G4Navigator ()
 
virtual ~G4Navigator ()
 
virtual G4double ComputeStep (const G4ThreeVector &pGlobalPoint, const G4ThreeVector &pDirection, const G4double pCurrentProposedStepLength, G4double &pNewSafety)
 
G4double CheckNextStep (const G4ThreeVector &pGlobalPoint, const G4ThreeVector &pDirection, const G4double pCurrentProposedStepLength, G4double &pNewSafety)
 
virtual G4VPhysicalVolumeResetHierarchyAndLocate (const G4ThreeVector &point, const G4ThreeVector &direction, const G4TouchableHistory &h)
 
virtual G4VPhysicalVolumeLocateGlobalPointAndSetup (const G4ThreeVector &point, const G4ThreeVector *direction=0, const G4bool pRelativeSearch=true, const G4bool ignoreDirection=true)
 
virtual void LocateGlobalPointWithinVolume (const G4ThreeVector &position)
 
void LocateGlobalPointAndUpdateTouchableHandle (const G4ThreeVector &position, const G4ThreeVector &direction, G4TouchableHandle &oldTouchableToUpdate, const G4bool RelativeSearch=true)
 
void LocateGlobalPointAndUpdateTouchable (const G4ThreeVector &position, const G4ThreeVector &direction, G4VTouchable *touchableToUpdate, const G4bool RelativeSearch=true)
 
void LocateGlobalPointAndUpdateTouchable (const G4ThreeVector &position, G4VTouchable *touchableToUpdate, const G4bool RelativeSearch=true)
 
void SetGeometricallyLimitedStep ()
 
virtual G4double ComputeSafety (const G4ThreeVector &globalpoint, const G4double pProposedMaxLength=DBL_MAX, const G4bool keepState=true)
 
virtual G4bool RecheckDistanceToCurrentBoundary (const G4ThreeVector &pGlobalPoint, const G4ThreeVector &pDirection, const G4double CurrentProposedStepLength, G4double *prDistance, G4double *prNewSafety=0) const
 
G4VPhysicalVolumeGetWorldVolume () const
 
void SetWorldVolume (G4VPhysicalVolume *pWorld)
 
G4GRSVolumeCreateGRSVolume () const
 
G4GRSSolidCreateGRSSolid () const
 
G4TouchableHistoryCreateTouchableHistory () const
 
G4TouchableHistoryCreateTouchableHistory (const G4NavigationHistory *) const
 
virtual G4TouchableHistoryHandle CreateTouchableHistoryHandle () const
 
virtual G4ThreeVector GetLocalExitNormal (G4bool *valid)
 
virtual G4ThreeVector GetLocalExitNormalAndCheck (const G4ThreeVector &point, G4bool *valid)
 
virtual G4ThreeVector GetGlobalExitNormal (const G4ThreeVector &point, G4bool *valid)
 
G4int GetVerboseLevel () const
 
void SetVerboseLevel (G4int level)
 
G4bool IsActive () const
 
void Activate (G4bool flag)
 
G4bool EnteredDaughterVolume () const
 
G4bool ExitedMotherVolume () const
 
void CheckMode (G4bool mode)
 
G4bool IsCheckModeActive () const
 
void SetPushVerbosity (G4bool mode)
 
void PrintState () const
 
const G4AffineTransformGetGlobalToLocalTransform () const
 
const G4AffineTransform GetLocalToGlobalTransform () const
 
G4AffineTransform GetMotherToDaughterTransform (G4VPhysicalVolume *dVolume, G4int dReplicaNo, EVolume dVolumeType)
 
void ResetStackAndState ()
 
G4int SeverityOfZeroStepping (G4int *noZeroSteps) const
 
G4ThreeVector GetCurrentLocalCoordinate () const
 
G4ThreeVector NetTranslation () const
 
G4RotationMatrix NetRotation () const
 
void EnableBestSafety (G4bool value=false)
 

Protected 멤버 함수

void SetSavedState ()
 
void RestoreSavedState ()
 
virtual void ResetState ()
 
G4ThreeVector ComputeLocalPoint (const G4ThreeVector &rGlobPoint) const
 
G4ThreeVector ComputeLocalAxis (const G4ThreeVector &pVec) const
 
EVolume VolumeType (const G4VPhysicalVolume *pVol) const
 
EVolume CharacteriseDaughters (const G4LogicalVolume *pLog) const
 
G4int GetDaughtersRegularStructureId (const G4LogicalVolume *pLog) const
 
virtual void SetupHierarchy ()
 

Protected 속성

G4double kCarTolerance
 
G4double fMinStep
 
G4double fSqTol
 
G4NavigationHistory fHistory
 
G4bool fEnteredDaughter
 
G4bool fExitedMother
 
G4bool fWasLimitedByGeometry
 
G4ThreeVector fStepEndPoint
 
G4ThreeVector fLastStepEndPointLocal
 
G4int fVerbose
 

Private 멤버 함수

 G4Navigator (const G4Navigator &)
 
G4Navigatoroperator= (const G4Navigator &)
 
void ComputeStepLog (const G4ThreeVector &pGlobalpoint, G4double moveLenSq) const
 

Private 속성

G4bool fActive
 
G4bool fLastTriedStepComputation
 
G4bool fEntering
 
G4bool fExiting
 
G4VPhysicalVolumefBlockedPhysicalVolume
 
G4int fBlockedReplicaNo
 
G4ThreeVector fLastLocatedPointLocal
 
G4bool fLocatedOutsideWorld
 
G4bool fValidExitNormal
 
G4ThreeVector fExitNormal
 
G4ThreeVector fGrandMotherExitNormal
 
G4bool fChangedGrandMotherRefFrame
 
G4ThreeVector fExitNormalGlobalFrame
 
G4bool fCalculatedExitNormal
 
G4bool fLastStepWasZero
 
G4bool fLocatedOnEdge
 
G4int fNumberZeroSteps
 
G4int fActionThreshold_NoZeroSteps
 
G4int fAbandonThreshold_NoZeroSteps
 
G4ThreeVector fPreviousSftOrigin
 
G4double fPreviousSafety
 
struct
G4Navigator::G4SaveNavigatorState 
fSaveState
 
G4VPhysicalVolumefTopPhysical
 
G4bool fCheck
 
G4bool fPushed
 
G4bool fWarnPush
 
G4NormalNavigation fnormalNav
 
G4VoxelNavigation fvoxelNav
 
G4ParameterisedNavigation fparamNav
 
G4ReplicaNavigation freplicaNav
 
G4RegularNavigation fregularNav
 
G4VoxelSafetyfpVoxelSafety
 

Friends

std::ostream & operator<< (std::ostream &os, const G4Navigator &n)
 

상세한 설명

G4Navigator.hh 파일의 73 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4Navigator::G4Navigator ( )
G4Navigator::~G4Navigator ( )
virtual

G4Navigator.cc 파일의 91 번째 라인에서 정의되었습니다.

다음을 참조함 : fpVoxelSafety.

G4Navigator::G4Navigator ( const G4Navigator )
private

멤버 함수 문서화

void G4Navigator::Activate ( G4bool  flag)
inline
EVolume G4Navigator::CharacteriseDaughters ( const G4LogicalVolume pLog) const
inlineprotected
void G4Navigator::CheckMode ( G4bool  mode)
inline
G4double G4Navigator::CheckNextStep ( const G4ThreeVector pGlobalPoint,
const G4ThreeVector pDirection,
const G4double  pCurrentProposedStepLength,
G4double pNewSafety 
)

G4Navigator.cc 파일의 1202 번째 라인에서 정의되었습니다.

다음을 참조함 : ComputeStep(), RestoreSavedState(), SetSavedState().

다음에 의해서 참조됨 : G4SafetyHelper::CheckNextStep().

G4ThreeVector G4Navigator::ComputeLocalAxis ( const G4ThreeVector pVec) const
inlineprotected

다음에 의해서 참조됨 : ComputeStep(), RecheckDistanceToCurrentBoundary().

G4ThreeVector G4Navigator::ComputeLocalPoint ( const G4ThreeVector rGlobPoint) const
inlineprotected
G4double G4Navigator::ComputeSafety ( const G4ThreeVector globalpoint,
const G4double  pProposedMaxLength = DBL_MAX,
const G4bool  keepState = true 
)
virtual

G4MultiNavigator, G4ErrorPropagationNavigator에서 재구현되었습니다.

G4Navigator.cc 파일의 1753 번째 라인에서 정의되었습니다.

다음을 참조함 : CharacteriseDaughters(), ComputeLocalPoint(), G4VoxelSafety::ComputeSafety(), G4ParameterisedNavigation::ComputeSafety(), G4NormalNavigation::ComputeSafety(), G4VoxelNavigation::ComputeSafety(), G4RegularNavigation::ComputeSafety(), G4ReplicaNavigation::ComputeSafety(), FatalException, fEnteredDaughter, fExitedMother, fHistory, fnormalNav, fparamNav, fPreviousSafety, fPreviousSftOrigin, fpVoxelSafety, fregularNav, freplicaNav, fStepEndPoint, fVerbose, fvoxelNav, G4cout, G4endl, G4Exception(), GetDaughtersRegularStructureId(), G4VPhysicalVolume::GetLogicalVolume(), G4VPhysicalVolume::GetName(), G4NavigationHistory::GetTopVolume(), G4NavigationHistory::GetTopVolumeType(), G4LogicalVolume::GetVoxelHeader(), kCarTolerance, kNormal, kParameterised, kReplica, LocateGlobalPointWithinVolume(), PrintState(), RestoreSavedState(), SetSavedState().

다음에 의해서 참조됨 : G4Transportation::AlongStepGetPhysicalInteractionLength(), G4MonopoleTransportation::AlongStepGetPhysicalInteractionLength(), G4WeightCutOffProcess::AlongStepGetPhysicalInteractionLength(), G4ImportanceProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldProcess::AlongStepGetPhysicalInteractionLength(), G4ParallelWorldScoringProcess::AlongStepGetPhysicalInteractionLength(), G4WeightWindowProcess::AlongStepGetPhysicalInteractionLength(), G4FastSimulationManagerProcess::AlongStepGetPhysicalInteractionLength(), G4ErrorPropagationNavigator::ComputeSafety(), G4SafetyHelper::ComputeSafety(), G4PathFinder::DoNextCurvedStep().

G4double G4Navigator::ComputeStep ( const G4ThreeVector pGlobalPoint,
const G4ThreeVector pDirection,
const G4double  pCurrentProposedStepLength,
G4double pNewSafety 
)
virtual

G4MultiNavigator, G4ErrorPropagationNavigator에서 재구현되었습니다.

G4Navigator.cc 파일의 753 번째 라인에서 정의되었습니다.

다음을 참조함 : CharacteriseDaughters(), G4VPhysicalVolume::CheckOverlaps(), ComputeLocalAxis(), ComputeLocalPoint(), G4RegularNavigation::ComputeStep(), G4ParameterisedNavigation::ComputeStep(), G4NormalNavigation::ComputeStep(), G4VoxelNavigation::ComputeStep(), G4ReplicaNavigation::ComputeStep(), ComputeStepLog(), EventMustBeAborted, fAbandonThreshold_NoZeroSteps, fActionThreshold_NoZeroSteps, FatalException, fBlockedPhysicalVolume, fBlockedReplicaNo, fCalculatedExitNormal, fChangedGrandMotherRefFrame, fEnteredDaughter, fEntering, fExitedMother, fExiting, fExitNormal, fExitNormalGlobalFrame, fGrandMotherExitNormal, fHistory, fLastLocatedPointLocal, fLastStepEndPointLocal, fLastStepWasZero, fLastTriedStepComputation, fLocatedOnEdge, fMinStep, fnormalNav, fNumberZeroSteps, fparamNav, fPreviousSafety, fPreviousSftOrigin, fPushed, fregularNav, freplicaNav, fSqTol, fStepEndPoint, fValidExitNormal, fVerbose, fvoxelNav, fWarnPush, G4cout, G4endl, G4Exception(), G4ThreadLocal, G4VPhysicalVolume::GetCopyNo(), GetDaughtersRegularStructureId(), G4NavigationHistory::GetDepth(), G4VPhysicalVolume::GetLogicalVolume(), G4VPhysicalVolume::GetName(), G4VPhysicalVolume::GetRegularStructureId(), G4VPhysicalVolume::GetRotation(), G4LogicalVolume::GetSolid(), G4NavigationHistory::GetTopVolume(), G4NavigationHistory::GetTopVolumeType(), G4NavigationHistory::GetTransform(), G4LogicalVolume::GetVoxelHeader(), G4AffineTransform::InverseTransformAxis(), JustWarning, kCarTolerance, kInfinity, kNormal, kParameterised, kReplica, LocateGlobalPointAndSetup(), LocateGlobalPointWithinVolume(), message(), G4INCL::Math::min(), PrintState(), G4VSolid::SurfaceNormal().

다음에 의해서 참조됨 : G4Transportation::AlongStepGetPhysicalInteractionLength(), G4MonopoleTransportation::AlongStepGetPhysicalInteractionLength(), CheckNextStep(), G4AdjointPrimaryGenerator::ComputeAccumulatedDepthVectorAlongBackRay(), G4ErrorPropagationNavigator::ComputeStep().

void G4Navigator::ComputeStepLog ( const G4ThreeVector pGlobalpoint,
G4double  moveLenSq 
) const
private
G4GRSSolid* G4Navigator::CreateGRSSolid ( ) const
inline
G4GRSVolume* G4Navigator::CreateGRSVolume ( ) const
inline
G4TouchableHistory* G4Navigator::CreateTouchableHistory ( ) const
inline
G4TouchableHistory* G4Navigator::CreateTouchableHistory ( const G4NavigationHistory ) const
inline
G4TouchableHistoryHandle G4Navigator::CreateTouchableHistoryHandle ( ) const
virtual

G4MultiNavigator에서 재구현되었습니다.

G4Navigator.cc 파일의 2079 번째 라인에서 정의되었습니다.

다음을 참조함 : CreateTouchableHistory().

다음에 의해서 참조됨 : G4FastTrack::FRecordsAffineTransformation(), G4VIntersectionLocator::LocateGlobalPointWithinVolumeAndCheck().

void G4Navigator::EnableBestSafety ( G4bool  value = false)
inline
G4bool G4Navigator::EnteredDaughterVolume ( ) const
inline

다음에 의해서 참조됨 : GetLocalExitNormal(), G4Transportation::PostStepDoIt().

G4bool G4Navigator::ExitedMotherVolume ( ) const
inline

다음에 의해서 참조됨 : G4Transportation::PostStepDoIt().

G4ThreeVector G4Navigator::GetCurrentLocalCoordinate ( ) const
inline
G4int G4Navigator::GetDaughtersRegularStructureId ( const G4LogicalVolume pLog) const
inlineprotected
G4ThreeVector G4Navigator::GetGlobalExitNormal ( const G4ThreeVector point,
G4bool valid 
)
virtual
const G4AffineTransform& G4Navigator::GetGlobalToLocalTransform ( ) const
inline
G4ThreeVector G4Navigator::GetLocalExitNormal ( G4bool valid)
virtual
G4ThreeVector G4Navigator::GetLocalExitNormalAndCheck ( const G4ThreeVector point,
G4bool valid 
)
virtual

G4MultiNavigator에서 재구현되었습니다.

G4Navigator.cc 파일의 1546 번째 라인에서 정의되었습니다.

다음을 참조함 : fLastTriedStepComputation, GetGlobalToLocalTransform(), GetLocalExitNormal(), G4AffineTransform::TransformPoint().

다음에 의해서 참조됨 : GetGlobalExitNormal().

const G4AffineTransform G4Navigator::GetLocalToGlobalTransform ( ) const
inline
G4AffineTransform G4Navigator::GetMotherToDaughterTransform ( G4VPhysicalVolume dVolume,
G4int  dReplicaNo,
EVolume  dVolumeType 
)
G4int G4Navigator::GetVerboseLevel ( ) const
inline
G4VPhysicalVolume* G4Navigator::GetWorldVolume ( ) const
inline
G4bool G4Navigator::IsActive ( ) const
inline

다음에 의해서 참조됨 : export_G4Navigator().

G4bool G4Navigator::IsCheckModeActive ( ) const
inline
G4VPhysicalVolume * G4Navigator::LocateGlobalPointAndSetup ( const G4ThreeVector point,
const G4ThreeVector direction = 0,
const G4bool  pRelativeSearch = true,
const G4bool  ignoreDirection = true 
)
virtual

G4MultiNavigator에서 재구현되었습니다.

G4Navigator.cc 파일의 131 번째 라인에서 정의되었습니다.

다음을 참조함 : G4NavigationHistory::BackLevel(), G4ReplicaNavigation::BackLocate(), CharacteriseDaughters(), G4VSolid::ComputeDimensions(), G4VPVParameterisation::ComputeSolid(), G4VPVParameterisation::ComputeTransformation(), G4ReplicaNavigation::ComputeTransformation(), CLHEP::Hep3Vector::dot(), fBlockedPhysicalVolume, fBlockedReplicaNo, fChangedGrandMotherRefFrame, fCheck, fEnteredDaughter, fEntering, fExitedMother, fExiting, fGrandMotherExitNormal, fHistory, fLastLocatedPointLocal, fLastTriedStepComputation, fLocatedOnEdge, fLocatedOutsideWorld, fnormalNav, fparamNav, fregularNav, freplicaNav, fValidExitNormal, fVerbose, fvoxelNav, fWasLimitedByGeometry, G4cout, G4endl, G4VPhysicalVolume::GetCopyNo(), GetDaughtersRegularStructureId(), G4NavigationHistory::GetDepth(), G4VPhysicalVolume::GetLogicalVolume(), G4VSolid::GetName(), G4VPhysicalVolume::GetName(), G4VPhysicalVolume::GetParameterisation(), G4VPhysicalVolume::GetRegularStructureId(), G4VPhysicalVolume::GetRotation(), G4LogicalVolume::GetSolid(), G4NavigationHistory::GetTopReplicaNo(), G4NavigationHistory::GetTopTransform(), G4NavigationHistory::GetTopVolume(), G4NavigationHistory::GetTopVolumeType(), G4LogicalVolume::GetVoxelHeader(), G4VSolid::Inside(), kNormal, kOutside, kParameterised, kReplica, kSurface, G4RegularNavigation::LevelLocate(), G4NormalNavigation::LevelLocate(), G4ParameterisedNavigation::LevelLocate(), G4VoxelNavigation::LevelLocate(), G4ReplicaNavigation::LevelLocate(), G4NavigationHistory::NewLevel(), CLHEP::normal(), PrintState(), ResetStackAndState(), G4VPhysicalVolume::SetCopyNo(), G4LogicalVolume::SetSolid(), G4VSolid::SurfaceNormal(), G4AffineTransform::TransformAxis(), G4AffineTransform::TransformPoint(), G4LogicalVolume::UpdateMaterial(), VolumeType().

다음에 의해서 참조됨 : XrayFluoAnalysisManager::analyseStepping(), G4AdjointPrimaryGenerator::ComputeAccumulatedDepthVectorAlongBackRay(), ComputeStep(), F04ElementField::Construct(), G4TheRayTracer::CreateBitMap(), G4MagneticFieldModel::DescribeYourselfTo(), G4EventManager::DoProcessing(), G4MaterialScanner::DoScan(), G4TrajectoryDrawByOriginVolume::Draw(), G4TrajectoryOriginVolumeFilter::Evaluate(), F04PrimaryGeneratorAction::GeneratePrimaries(), G4VIntersectionLocator::GetLocalSurfaceNormal(), DMXParticleSource::IsSourceConfined(), G4SPSPosDistribution::IsSourceConfined(), G4SafetyHelper::Locate(), G4VIntersectionLocator::LocateGlobalPointWithinVolumeAndCheck(), ResetHierarchyAndLocate(), G4GeometryMessenger::ResetNavigator(), G4SteppingManager::SetInitialStep().

void G4Navigator::LocateGlobalPointAndUpdateTouchable ( const G4ThreeVector position,
const G4ThreeVector direction,
G4VTouchable touchableToUpdate,
const G4bool  RelativeSearch = true 
)
inline

다음에 의해서 참조됨 : G4VReadOutGeometry::FindROTouchable().

void G4Navigator::LocateGlobalPointAndUpdateTouchable ( const G4ThreeVector position,
G4VTouchable touchableToUpdate,
const G4bool  RelativeSearch = true 
)
inline
void G4Navigator::LocateGlobalPointAndUpdateTouchableHandle ( const G4ThreeVector position,
const G4ThreeVector direction,
G4TouchableHandle oldTouchableToUpdate,
const G4bool  RelativeSearch = true 
)
inline
void G4Navigator::LocateGlobalPointWithinVolume ( const G4ThreeVector position)
virtual
G4RotationMatrix G4Navigator::NetRotation ( ) const
inline
G4ThreeVector G4Navigator::NetTranslation ( ) const
inline
G4Navigator& G4Navigator::operator= ( const G4Navigator )
private
void G4Navigator::PrintState ( ) const
G4bool G4Navigator::RecheckDistanceToCurrentBoundary ( const G4ThreeVector pGlobalPoint,
const G4ThreeVector pDirection,
const G4double  CurrentProposedStepLength,
G4double prDistance,
G4double prNewSafety = 0 
) const
virtual
G4VPhysicalVolume * G4Navigator::ResetHierarchyAndLocate ( const G4ThreeVector point,
const G4ThreeVector direction,
const G4TouchableHistory h 
)
virtual

G4MultiNavigator에서 재구현되었습니다.

G4Navigator.cc 파일의 101 번째 라인에서 정의되었습니다.

다음을 참조함 : fHistory, fLastTriedStepComputation, G4TouchableHistory::GetHistory(), LocateGlobalPointAndSetup(), ResetState(), SetupHierarchy().

다음에 의해서 참조됨 : G4MultiNavigator::ResetHierarchyAndLocate(), G4SteppingManager::SetInitialStep().

void G4Navigator::ResetStackAndState ( )
inline

다음에 의해서 참조됨 : G4Navigator(), LocateGlobalPointAndSetup().

void G4Navigator::ResetState ( )
protectedvirtual
void G4Navigator::RestoreSavedState ( )
protected
void G4Navigator::SetGeometricallyLimitedStep ( )
inline
void G4Navigator::SetPushVerbosity ( G4bool  mode)
inline
void G4Navigator::SetSavedState ( )
protected
void G4Navigator::SetupHierarchy ( )
protectedvirtual
void G4Navigator::SetVerboseLevel ( G4int  level)
inline
void G4Navigator::SetWorldVolume ( G4VPhysicalVolume pWorld)
inline
G4int G4Navigator::SeverityOfZeroStepping ( G4int noZeroSteps) const
inline
EVolume G4Navigator::VolumeType ( const G4VPhysicalVolume pVol) const
inlineprotected

다음에 의해서 참조됨 : GetLocalExitNormal(), LocateGlobalPointAndSetup().

Friend, 그리고 관련된 함수 문서화

std::ostream& operator<< ( std::ostream &  os,
const G4Navigator n 
)
friend

G4Navigator.cc 파일의 2254 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

G4int G4Navigator::fAbandonThreshold_NoZeroSteps
private

G4Navigator.hh 파일의 451 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), G4Navigator().

G4int G4Navigator::fActionThreshold_NoZeroSteps
private

G4Navigator.hh 파일의 449 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), G4Navigator().

G4bool G4Navigator::fActive
private

G4Navigator.hh 파일의 397 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4Navigator().

G4VPhysicalVolume* G4Navigator::fBlockedPhysicalVolume
private
G4int G4Navigator::fBlockedReplicaNo
private
G4bool G4Navigator::fCalculatedExitNormal
private

G4Navigator.hh 파일의 433 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), GetGlobalExitNormal(), GetLocalExitNormal(), ResetState().

G4bool G4Navigator::fChangedGrandMotherRefFrame
private

G4Navigator.hh 파일의 429 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), LocateGlobalPointAndSetup(), LocateGlobalPointWithinVolume(), ResetState().

G4bool G4Navigator::fCheck
private

G4Navigator.hh 파일의 493 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetLocalExitNormal(), LocateGlobalPointAndSetup().

G4bool G4Navigator::fEnteredDaughter
protected
G4bool G4Navigator::fEntering
private
G4bool G4Navigator::fExitedMother
protected
G4bool G4Navigator::fExiting
private
G4ThreeVector G4Navigator::fExitNormal
private

G4Navigator.hh 파일의 424 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), operator<<(), PrintState(), ResetState(), RestoreSavedState(), SetSavedState().

G4ThreeVector G4Navigator::fExitNormalGlobalFrame
private

G4Navigator.hh 파일의 431 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), GetGlobalExitNormal(), ResetState().

G4ThreeVector G4Navigator::fGrandMotherExitNormal
private

G4Navigator.hh 파일의 427 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), GetLocalExitNormal(), LocateGlobalPointAndSetup(), ResetState().

G4NavigationHistory G4Navigator::fHistory
protected
G4ThreeVector G4Navigator::fLastLocatedPointLocal
private
G4ThreeVector G4Navigator::fLastStepEndPointLocal
protected

G4Navigator.hh 파일의 388 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), G4Navigator(), GetLocalExitNormal().

G4bool G4Navigator::fLastStepWasZero
private

G4Navigator.hh 파일의 442 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), operator<<(), PrintState(), ResetState(), RestoreSavedState(), SetSavedState().

G4bool G4Navigator::fLastTriedStepComputation
private
G4bool G4Navigator::fLocatedOnEdge
private

G4Navigator.hh 파일의 445 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), LocateGlobalPointAndSetup(), ResetState().

G4bool G4Navigator::fLocatedOutsideWorld
private

G4Navigator.hh 파일의 420 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : LocateGlobalPointAndSetup(), ResetState(), RestoreSavedState(), SetSavedState().

G4double G4Navigator::fMinStep
protected

G4Navigator.hh 파일의 361 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), G4Navigator().

G4NormalNavigation G4Navigator::fnormalNav
private

G4Navigator.hh 파일의 500 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), G4Navigator(), LocateGlobalPointAndSetup().

G4int G4Navigator::fNumberZeroSteps
private

G4Navigator.hh 파일의 447 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), ResetState().

G4ParameterisedNavigation G4Navigator::fparamNav
private

G4Navigator.hh 파일의 502 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), LocateGlobalPointAndSetup(), LocateGlobalPointWithinVolume().

G4double G4Navigator::fPreviousSafety
private

G4Navigator.hh 파일의 455 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), ComputeStepLog(), operator<<(), PrintState(), ResetState(), RestoreSavedState(), SetSavedState().

G4ThreeVector G4Navigator::fPreviousSftOrigin
private

G4Navigator.hh 파일의 454 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), ComputeStepLog(), operator<<(), PrintState(), ResetState(), RestoreSavedState(), SetSavedState().

G4bool G4Navigator::fPushed
private

G4Navigator.hh 파일의 495 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), ResetState().

G4VoxelSafety* G4Navigator::fpVoxelSafety
private

G4Navigator.hh 파일의 505 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), G4Navigator(), ~G4Navigator().

G4RegularNavigation G4Navigator::fregularNav
private

G4Navigator.hh 파일의 504 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), G4Navigator(), LocateGlobalPointAndSetup().

G4ReplicaNavigation G4Navigator::freplicaNav
private

G4Navigator.hh 파일의 503 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), LocateGlobalPointAndSetup(), SetupHierarchy().

struct G4Navigator::G4SaveNavigatorState G4Navigator::fSaveState
private

다음에 의해서 참조됨 : RestoreSavedState(), SetSavedState().

G4double G4Navigator::fSqTol
protected

G4Navigator.hh 파일의 361 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), G4Navigator(), GetGlobalExitNormal().

G4ThreeVector G4Navigator::fStepEndPoint
protected

G4Navigator.hh 파일의 385 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), G4Navigator(), GetGlobalExitNormal().

G4VPhysicalVolume* G4Navigator::fTopPhysical
private

G4Navigator.hh 파일의 487 번째 라인에서 정의되었습니다.

G4bool G4Navigator::fValidExitNormal
private

G4Navigator.hh 파일의 423 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep(), LocateGlobalPointAndSetup(), operator<<(), PrintState(), ResetState(), RestoreSavedState(), SetSavedState().

G4int G4Navigator::fVerbose
protected
G4VoxelNavigation G4Navigator::fvoxelNav
private

G4Navigator.hh 파일의 501 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), LocateGlobalPointAndSetup(), LocateGlobalPointWithinVolume().

G4bool G4Navigator::fWarnPush
private

G4Navigator.hh 파일의 495 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeStep().

G4bool G4Navigator::fWasLimitedByGeometry
protected
G4double G4Navigator::kCarTolerance
protected

G4Navigator.hh 파일의 361 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeSafety(), ComputeStep(), ComputeStepLog(), G4Navigator(), G4ErrorPropagationNavigator::GetGlobalExitNormal(), GetLocalExitNormal().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: