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

#include <G4TheMTRayTracer.hh>

G4TheMTRayTracer에 대한 상속 다이어그램 :
G4TheRayTracer

Public 멤버 함수

 G4TheMTRayTracer (G4VFigureFileMaker *figMaker=0, G4VRTScanner *scanner=0)
 
virtual ~G4TheMTRayTracer ()
 
virtual void Trace (const G4String &fileName)
 
void SetFigureFileMaker (G4VFigureFileMaker *figMaker)
 
G4VFigureFileMakerGetFigureFileMaker ()
 
void SetScanner (G4VRTScanner *scanner)
 
G4VRTScannerGetScanner ()
 
void SetNColumn (G4int val)
 
G4int GetNColumn () const
 
void SetNRow (G4int val)
 
G4int GetNRow () const
 
void SetEyePosition (const G4ThreeVector &val)
 
G4ThreeVector GetEyePosition () const
 
void SetTargetPosition (const G4ThreeVector &val)
 
G4ThreeVector GetTargetPosition () const
 
void SetLightDirection (const G4ThreeVector &val)
 
G4ThreeVector GetLightDirection () const
 
void SetUpVector (const G4ThreeVector &val)
 
G4ThreeVector GetUpVector () const
 
void SetHeadAngle (G4double val)
 
G4double GetHeadAngle () const
 
void SetViewSpan (G4double val)
 
G4double GetViewSpan () const
 
void SetAttenuationLength (G4double val)
 
G4double GetAttenuationLength () const
 
void SetDistortion (G4bool val)
 
G4bool GetDistortion () const
 
void SetBackgroundColour (const G4Colour &val)
 
G4Colour GetBackgroundColour () const
 

Protected 멤버 함수

virtual G4bool CreateBitMap ()
 
virtual void StoreUserActions ()
 
virtual void RestoreUserActions ()
 
void CreateFigureFile (const G4String &fileName)
 
G4bool GenerateColour (G4Event *anEvent)
 
G4Colour GetSurfaceColour (G4RayTrajectoryPoint *point)
 
G4Colour GetMixedColour (const G4Colour &surfCol, const G4Colour &transCol, G4double weight=0.5)
 
G4Colour Attenuate (G4RayTrajectoryPoint *point, const G4Colour &sourceCol)
 
G4bool ValidColour (const G4VisAttributes *visAtt)
 

Protected 속성

const G4UserWorkerInitializationtheUserWorkerInitialization
 
G4RTWorkerInitializationtheRTWorkerInitialization
 
const G4UserRunActiontheUserRunAction
 
G4RTRunActiontheRTRunAction
 
G4RayShootertheRayShooter
 
G4VFigureFileMakertheFigMaker
 
G4RTMessengertheMessenger
 
G4VRTScannertheScanner
 
G4EventManagertheEventManager
 
G4UserEventActiontheUserEventAction
 
G4UserStackingActiontheUserStackingAction
 
G4UserTrackingActiontheUserTrackingAction
 
G4UserSteppingActiontheUserSteppingAction
 
G4UserEventActiontheRayTracerEventAction
 
G4UserStackingActiontheRayTracerStackingAction
 
G4RTTrackingActiontheRayTracerTrackingAction
 
G4RTSteppingActiontheRayTracerSteppingAction
 
unsigned char * colorR
 
unsigned char * colorG
 
unsigned char * colorB
 
G4int nColumn
 
G4int nRow
 
G4ThreeVector eyePosition
 
G4ThreeVector targetPosition
 
G4ThreeVector eyeDirection
 
G4ThreeVector lightDirection
 
G4ThreeVector up
 
G4double headAngle
 
G4double viewSpan
 
G4double attenuationLength
 
G4bool distortionOn
 
G4bool antialiasingOn
 
G4Colour rayColour
 
G4Colour backgroundColour
 

정적 Private 속성

static G4TheMTRayTracertheInstance = 0
 

Friends

class G4RTPrimaryGeneratorAction
 
class G4RTRun
 
class G4RayTracerViewer
 

상세한 설명

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

생성자 & 소멸자 문서화

G4TheMTRayTracer::G4TheMTRayTracer ( G4VFigureFileMaker figMaker = 0,
G4VRTScanner scanner = 0 
)
G4TheMTRayTracer::~G4TheMTRayTracer ( )
virtual

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

다음을 참조함 : theRTRunAction, theRTWorkerInitialization.

멤버 함수 문서화

G4Colour G4TheRayTracer::Attenuate ( G4RayTrajectoryPoint point,
const G4Colour sourceCol 
)
protectedinherited
G4bool G4TheMTRayTracer::CreateBitMap ( )
protectedvirtual
void G4TheRayTracer::CreateFigureFile ( const G4String fileName)
protectedinherited
G4bool G4TheRayTracer::GenerateColour ( G4Event anEvent)
protectedinherited
G4double G4TheRayTracer::GetAttenuationLength ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::attenuationLength.

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

G4Colour G4TheRayTracer::GetBackgroundColour ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::backgroundColour.

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

G4bool G4TheRayTracer::GetDistortion ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::distortionOn.

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

G4ThreeVector G4TheRayTracer::GetEyePosition ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::eyePosition.

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

G4VFigureFileMaker* G4TheRayTracer::GetFigureFileMaker ( )
inlineinherited

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

다음을 참조함 : G4TheRayTracer::theFigMaker.

G4double G4TheRayTracer::GetHeadAngle ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::headAngle.

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

G4ThreeVector G4TheRayTracer::GetLightDirection ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::lightDirection.

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

G4Colour G4TheRayTracer::GetMixedColour ( const G4Colour surfCol,
const G4Colour transCol,
G4double  weight = 0.5 
)
protectedinherited

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

다음을 참조함 : alpha, blue, G4Colour::GetAlpha(), G4Colour::GetBlue(), G4Colour::GetGreen(), G4Colour::GetRed(), red, weight.

다음에 의해서 참조됨 : G4TheRayTracer::GenerateColour(), G4TheRayTracer::GetSurfaceColour().

G4int G4TheRayTracer::GetNColumn ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::nColumn.

다음에 의해서 참조됨 : G4RTMessenger::GetCurrentValue(), G4RayTracerViewer::SetView().

G4int G4TheRayTracer::GetNRow ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::nRow.

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

G4VRTScanner* G4TheRayTracer::GetScanner ( )
inlineinherited

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

다음을 참조함 : G4TheRayTracer::theScanner.

G4Colour G4TheRayTracer::GetSurfaceColour ( G4RayTrajectoryPoint point)
protectedinherited
G4ThreeVector G4TheRayTracer::GetTargetPosition ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::targetPosition.

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

G4ThreeVector G4TheRayTracer::GetUpVector ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::up.

G4double G4TheRayTracer::GetViewSpan ( ) const
inlineinherited

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

다음을 참조함 : G4TheRayTracer::viewSpan.

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

void G4TheMTRayTracer::RestoreUserActions ( )
protectedvirtual

G4TheRayTracer(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4MTRunManager::GetMasterRunManager(), G4MTRunManager::SetUserAction(), G4MTRunManager::SetUserInitialization(), theUserRunAction, theUserWorkerInitialization.

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

void G4TheRayTracer::SetAttenuationLength ( G4double  val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::attenuationLength.

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

void G4TheRayTracer::SetBackgroundColour ( const G4Colour val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::backgroundColour.

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

void G4TheRayTracer::SetDistortion ( G4bool  val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::distortionOn.

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

void G4TheRayTracer::SetEyePosition ( const G4ThreeVector val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::eyePosition.

다음에 의해서 참조됨 : G4RTMessenger::SetNewValue(), G4RayTracerViewer::SetView().

void G4TheRayTracer::SetFigureFileMaker ( G4VFigureFileMaker figMaker)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::theFigMaker.

void G4TheRayTracer::SetHeadAngle ( G4double  val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::headAngle.

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

void G4TheRayTracer::SetLightDirection ( const G4ThreeVector val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::lightDirection, CLHEP::Hep3Vector::unit().

다음에 의해서 참조됨 : G4RTMessenger::SetNewValue(), G4RayTracerViewer::SetView().

void G4TheRayTracer::SetNColumn ( G4int  val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::nColumn.

다음에 의해서 참조됨 : G4RayTracerViewer::Initialise(), G4RTMessenger::SetNewValue().

void G4TheRayTracer::SetNRow ( G4int  val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::nRow.

다음에 의해서 참조됨 : G4RayTracerViewer::Initialise(), G4RTMessenger::SetNewValue().

void G4TheRayTracer::SetScanner ( G4VRTScanner scanner)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::theScanner.

void G4TheRayTracer::SetTargetPosition ( const G4ThreeVector val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::targetPosition.

다음에 의해서 참조됨 : G4RTMessenger::SetNewValue(), G4RayTracerViewer::SetView().

void G4TheRayTracer::SetUpVector ( const G4ThreeVector val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::up.

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

void G4TheRayTracer::SetViewSpan ( G4double  val)
inlineinherited

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

다음을 참조함 : G4TheRayTracer::viewSpan.

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

void G4TheMTRayTracer::StoreUserActions ( )
protectedvirtual
void G4TheMTRayTracer::Trace ( const G4String fileName)
virtual
G4bool G4TheRayTracer::ValidColour ( const G4VisAttributes visAtt)
protectedinherited

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

friend class G4RayTracerViewer
friend

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

friend class G4RTPrimaryGeneratorAction
friend

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

friend class G4RTRun
friend

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

멤버 데이타 문서화

G4bool G4TheRayTracer::antialiasingOn
protectedinherited

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

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

G4double G4TheRayTracer::attenuationLength
protectedinherited
G4Colour G4TheRayTracer::backgroundColour
protectedinherited
unsigned char* G4TheRayTracer::colorB
protectedinherited
unsigned char* G4TheRayTracer::colorG
protectedinherited
unsigned char* G4TheRayTracer::colorR
protectedinherited
G4bool G4TheRayTracer::distortionOn
protectedinherited
G4ThreeVector G4TheRayTracer::eyeDirection
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::CreateBitMap(), G4RTPrimaryGeneratorAction::SetUp(), G4TheRayTracer::Trace(), Trace().

G4ThreeVector G4TheRayTracer::eyePosition
protectedinherited
G4double G4TheRayTracer::headAngle
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::CreateBitMap(), G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::GetHeadAngle(), G4TheRayTracer::SetHeadAngle().

G4ThreeVector G4TheRayTracer::lightDirection
protectedinherited
G4int G4TheRayTracer::nColumn
protectedinherited
G4int G4TheRayTracer::nRow
protectedinherited
G4Colour G4TheRayTracer::rayColour
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::CreateBitMap(), G4TheRayTracer::GenerateColour().

G4ThreeVector G4TheRayTracer::targetPosition
protectedinherited
G4EventManager* G4TheRayTracer::theEventManager
protectedinherited
G4VFigureFileMaker* G4TheRayTracer::theFigMaker
protectedinherited
G4TheMTRayTracer * G4TheMTRayTracer::theInstance = 0
staticprivate

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

다음에 의해서 참조됨 : G4RTRun::G4RTRun(), G4TheMTRayTracer(), G4RTPrimaryGeneratorAction::SetUp().

G4RTMessenger* G4TheRayTracer::theMessenger
protectedinherited

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

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

G4RayShooter* G4TheRayTracer::theRayShooter
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::CreateBitMap(), G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::~G4TheRayTracer().

G4UserEventAction* G4TheRayTracer::theRayTracerEventAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::StoreUserActions().

G4UserStackingAction* G4TheRayTracer::theRayTracerStackingAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::StoreUserActions().

G4RTSteppingAction* G4TheRayTracer::theRayTracerSteppingAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::StoreUserActions(), G4TheRayTracer::~G4TheRayTracer().

G4RTTrackingAction* G4TheRayTracer::theRayTracerTrackingAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::StoreUserActions(), G4TheRayTracer::~G4TheRayTracer().

G4RTRunAction* G4TheMTRayTracer::theRTRunAction
protected

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

다음에 의해서 참조됨 : G4TheMTRayTracer(), StoreUserActions(), ~G4TheMTRayTracer().

G4RTWorkerInitialization* G4TheMTRayTracer::theRTWorkerInitialization
protected

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

다음에 의해서 참조됨 : G4TheMTRayTracer(), StoreUserActions(), ~G4TheMTRayTracer().

G4VRTScanner* G4TheRayTracer::theScanner
protectedinherited
G4UserEventAction* G4TheRayTracer::theUserEventAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::RestoreUserActions(), G4TheRayTracer::StoreUserActions().

const G4UserRunAction* G4TheMTRayTracer::theUserRunAction
protected

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

다음에 의해서 참조됨 : G4TheMTRayTracer(), RestoreUserActions(), StoreUserActions().

G4UserStackingAction* G4TheRayTracer::theUserStackingAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::RestoreUserActions(), G4TheRayTracer::StoreUserActions().

G4UserSteppingAction* G4TheRayTracer::theUserSteppingAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::RestoreUserActions(), G4TheRayTracer::StoreUserActions().

G4UserTrackingAction* G4TheRayTracer::theUserTrackingAction
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::RestoreUserActions(), G4TheRayTracer::StoreUserActions().

const G4UserWorkerInitialization* G4TheMTRayTracer::theUserWorkerInitialization
protected

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

다음에 의해서 참조됨 : G4TheMTRayTracer(), RestoreUserActions(), StoreUserActions().

G4ThreeVector G4TheRayTracer::up
protectedinherited

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

다음에 의해서 참조됨 : G4TheRayTracer::CreateBitMap(), G4TheRayTracer::G4TheRayTracer(), G4TheRayTracer::GetUpVector(), G4TheRayTracer::SetUpVector().

G4double G4TheRayTracer::viewSpan
protectedinherited

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