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

#include <G4ErrorPlaneSurfaceTarget.hh>

G4ErrorPlaneSurfaceTarget에 대한 상속 다이어그램 :
G4ErrorSurfaceTarget HepGeom::Plane3D< G4double > G4ErrorTanPlaneTarget G4ErrorTarget

Public 멤버 함수

 G4ErrorPlaneSurfaceTarget (G4double a=0, G4double b=0, G4double c=0, G4double d=0)
 
 G4ErrorPlaneSurfaceTarget (const G4Normal3D &n, const G4Point3D &p)
 
 G4ErrorPlaneSurfaceTarget (const G4Point3D &p1, const G4Point3D &p2, const G4Point3D &p3)
 
 ~G4ErrorPlaneSurfaceTarget ()
 
virtual G4ThreeVector Intersect (const G4ThreeVector &point, const G4ThreeVector &direc) const
 
virtual G4double GetDistanceFromPoint (const G4ThreeVector &point, const G4ThreeVector &direc) const
 
virtual G4double GetDistanceFromPoint (const G4ThreeVector &pt) const
 
virtual G4Plane3D GetTangentPlane (const G4ThreeVector &point) const
 
virtual void Dump (const G4String &msg) const
 
virtual G4bool TargetReached (const G4Step *)
 
G4ErrorTargetType GetType () const
 

Protected 속성

G4ErrorTargetType theType
 

Private 멤버 함수

G4double a () const
 
G4double b () const
 
G4double c () const
 
G4double d () const
 
Normal3D< G4doublenormal () const
 
Plane3D< G4double > & normalize ()
 
G4double distance (const Point3D< G4double > &p) const
 
Point3D< G4doublepoint (const Point3D< G4double > &p) const
 
Point3D< G4doublepoint () const
 
bool operator== (const Plane3D< G4double > &p) const
 
bool operator!= (const Plane3D< G4double > &p) const
 
Plane3D< G4double > & transform (const Transform3D &m)
 

Private 속성

G4double a_
 
G4double b_
 
G4double c_
 
G4double d_
 

상세한 설명

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

생성자 & 소멸자 문서화

G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget ( G4double  a = 0,
G4double  b = 0,
G4double  c = 0,
G4double  d = 0 
)

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

다음을 참조함 : Dump(), G4ErrorTarget_PlaneSurface, G4ErrorTarget::theType, G4ErrorPropagatorData::verbose().

G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget ( const G4Normal3D n,
const G4Point3D p 
)

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

다음을 참조함 : Dump(), G4ErrorTarget_PlaneSurface, G4ErrorTarget::theType, G4ErrorPropagatorData::verbose().

G4ErrorPlaneSurfaceTarget::G4ErrorPlaneSurfaceTarget ( const G4Point3D p1,
const G4Point3D p2,
const G4Point3D p3 
)

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

다음을 참조함 : Dump(), G4ErrorTarget_PlaneSurface, G4ErrorTarget::theType, G4ErrorPropagatorData::verbose().

G4ErrorPlaneSurfaceTarget::~G4ErrorPlaneSurfaceTarget ( )

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

멤버 함수 문서화

G4double HepGeom::Plane3D< G4double >::a ( ) const
inlineinherited

Returns the a-coefficient in the plane equation: a*x+b*y+c*z+d=0.

Plane3D.h 파일의 77 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::a_.

G4double HepGeom::Plane3D< G4double >::b ( ) const
inlineinherited

Returns the b-coefficient in the plane equation: a*x+b*y+c*z+d=0.

Plane3D.h 파일의 80 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::b_.

G4double HepGeom::Plane3D< G4double >::c ( ) const
inlineinherited

Returns the c-coefficient in the plane equation: a*x+b*y+c*z+d=0.

Plane3D.h 파일의 83 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::c_.

G4double HepGeom::Plane3D< G4double >::d ( ) const
inlineinherited

Returns the free member of the plane equation: a*x+b*y+c*z+d=0.

Plane3D.h 파일의 86 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::d_.

G4double HepGeom::Plane3D< G4double >::distance ( const Point3D< G4double > &  p) const
inlineinherited
void G4ErrorPlaneSurfaceTarget::Dump ( const G4String msg) const
virtual

G4ErrorSurfaceTarget를 구현.

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

다음을 참조함 : G4cout, G4endl, HepGeom::Plane3D< G4double >::normal(), HepGeom::Plane3D< G4double >::point().

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

G4double G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint ( const G4ThreeVector point,
const G4ThreeVector direc 
) const
virtual
G4double G4ErrorPlaneSurfaceTarget::GetDistanceFromPoint ( const G4ThreeVector pt) const
virtual
G4Plane3D G4ErrorPlaneSurfaceTarget::GetTangentPlane ( const G4ThreeVector point) const
virtual

G4ErrorSurfaceTarget를 구현.

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

G4ErrorTargetType G4ErrorTarget::GetType ( ) const
inlineinherited

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

다음을 참조함 : G4ErrorTarget::theType.

다음에 의해서 참조됨 : G4ErrorPropagator::GetFinalTrajState(), G4ErrorPropagationNavigator::GetGlobalExitNormal(), G4ErrorPropagator::MakeOneStep().

G4ThreeVector G4ErrorPlaneSurfaceTarget::Intersect ( const G4ThreeVector point,
const G4ThreeVector direc 
) const
virtual

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

다음을 참조함 : dir, G4cout, G4endl, GetDistanceFromPoint(), G4InuclParticleNames::lam, G4ErrorPropagatorData::verbose().

Normal3D<G4double > HepGeom::Plane3D< G4double >::normal ( ) const
inlineinherited

Returns normal.

Plane3D.h 파일의 90 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::a_, HepGeom::Plane3D< T >::b_, HepGeom::Plane3D< T >::c_.

다음에 의해서 참조됨 : Dump(), GetDistanceFromPoint().

Plane3D<G4double >& HepGeom::Plane3D< G4double >::normalize ( )
inlineinherited

Normalization.

Plane3D.h 파일의 94 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::a_, HepGeom::Plane3D< T >::b_, HepGeom::Plane3D< T >::c_, HepGeom::Plane3D< T >::d_.

bool HepGeom::Plane3D< G4double >::operator!= ( const Plane3D< G4double > &  p) const
inlineinherited

Test for inequality.

Plane3D.h 파일의 128 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::a(), HepGeom::Plane3D< T >::b(), HepGeom::Plane3D< T >::c(), HepGeom::Plane3D< T >::d().

bool HepGeom::Plane3D< G4double >::operator== ( const Plane3D< G4double > &  p) const
inlineinherited

Test for equality.

Plane3D.h 파일의 122 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::a(), HepGeom::Plane3D< T >::b(), HepGeom::Plane3D< T >::c(), HepGeom::Plane3D< T >::d().

Point3D<G4double > HepGeom::Plane3D< G4double >::point ( const Point3D< G4double > &  p) const
inlineinherited
Point3D<G4double > HepGeom::Plane3D< G4double >::point ( ) const
inlineinherited

Returns projection of the origin to the plane.

Plane3D.h 파일의 115 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::Plane3D< T >::a(), HepGeom::Plane3D< T >::b(), HepGeom::Plane3D< T >::c(), HepGeom::Plane3D< T >::d().

다음에 의해서 참조됨 : Dump(), GetDistanceFromPoint().

G4bool G4ErrorTarget::TargetReached ( const G4Step )
virtualinherited

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

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

Plane3D<G4double >& HepGeom::Plane3D< G4double >::transform ( const Transform3D m)
inlineinherited

멤버 데이타 문서화

G4double HepGeom::Plane3D< G4double >::a_
protectedinherited

Plane3D.h 파일의 31 번째 라인에서 정의되었습니다.

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

G4double HepGeom::Plane3D< G4double >::b_
protectedinherited

Plane3D.h 파일의 31 번째 라인에서 정의되었습니다.

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

G4double HepGeom::Plane3D< G4double >::c_
protectedinherited

Plane3D.h 파일의 31 번째 라인에서 정의되었습니다.

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

G4double HepGeom::Plane3D< G4double >::d_
protectedinherited

Plane3D.h 파일의 31 번째 라인에서 정의되었습니다.

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

G4ErrorTargetType G4ErrorTarget::theType
protectedinherited

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