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

#include <G4PolarizationMessenger.hh>

G4PolarizationMessenger에 대한 상속 다이어그램 :
G4UImessenger

Public 멤버 함수

 G4PolarizationMessenger (G4PolarizationManager *runMgr)
 
 ~G4PolarizationMessenger ()
 
void SetNewValue (G4UIcommand *command, G4String newValues) override
 
G4String GetCurrentValue (G4UIcommand *command) override
 
G4bool operator== (const G4UImessenger &messenger) const
 
G4bool CommandsShouldBeInMaster () const
 

Protected 멤버 함수

G4String ItoS (G4int i)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (G4String s)
 
G4double StoD (G4String s)
 
G4bool StoB (G4String s)
 
void AddUIcommand (G4UIcommand *newCommand)
 
void CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
template<typename T >
T * CreateCommand (const G4String &cname, const G4String &dsc)
 

Protected 속성

G4UIdirectorybaseDir
 
G4String baseDirName
 
G4bool commandsShouldBeInMaster
 

Private 속성

G4PolarizationManagerpolarizationManager
 
G4UIdirectorypolarizationDirectory
 
G4UIdirectorymanagerDirectory
 
G4UIcmdWithAnIntegerverboseCmd
 
G4UIcmdWithABooloptActivateCmd
 
G4UIdirectoryvolumeDirectory
 
G4UIcmdWithoutParameterprintVolumeListCmd
 
G4UIcommandsetPolarizationCmd
 
G4UIdirectorytestDirectory
 
G4UIcmdWithoutParametertestPolarizationTransformationCmd
 
G4UIcmdWithoutParametertestInteractionFrameCmd
 

상세한 설명

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

생성자 & 소멸자 문서화

G4PolarizationMessenger::G4PolarizationMessenger ( G4PolarizationManager runMgr)
explicit
G4PolarizationMessenger::~G4PolarizationMessenger ( )

멤버 함수 문서화

void G4UImessenger::AddUIcommand ( G4UIcommand newCommand)
protectedinherited

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

다음을 참조함 : G4cerr, G4endl, G4UIcommand::GetCommandPath().

G4String G4UImessenger::BtoS ( G4bool  b)
protectedinherited

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

G4bool G4UImessenger::CommandsShouldBeInMaster ( ) const
inlineinherited

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

다음을 참조함 : G4UImessenger::commandsShouldBeInMaster.

template<typename T >
T * G4UImessenger::CreateCommand ( const G4String cname,
const G4String dsc 
)
protectedinherited

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

다음을 참조함 : G4UImessenger::baseDirName.

void G4UImessenger::CreateDirectory ( const G4String path,
const G4String dsc,
G4bool  commandsToBeBroadcasted = true 
)
protectedinherited
G4String G4UImessenger::DtoS ( G4double  a)
protectedinherited

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

다음을 참조함 : a.

다음에 의해서 참조됨 : G4ScoreQuantityMessenger::FilterCommands(), G4UIcontrolMessenger::SetNewValue().

G4String G4PolarizationMessenger::GetCurrentValue ( G4UIcommand command)
overridevirtual

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

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

다음을 참조함 : G4UIcommand::ConvertToString(), G4PolarizationManager::GetVerbose(), polarizationManager, verboseCmd.

G4String G4UImessenger::ItoS ( G4int  i)
protectedinherited

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

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

G4bool G4UImessenger::operator== ( const G4UImessenger messenger) const
inherited

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

void G4PolarizationMessenger::SetNewValue ( G4UIcommand command,
G4String  newValues 
)
overridevirtual
G4bool G4UImessenger::StoB ( G4String  s)
protectedinherited

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

다음을 참조함 : G4String::toUpper().

다음에 의해서 참조됨 : G4LocalThreadCoutMessenger::SetNewValue(), G4CascadeParamMessenger::SetNewValue(), G4ScoreQuantityMessenger::SetNewValue().

G4double G4UImessenger::StoD ( G4String  s)
protectedinherited
G4int G4UImessenger::StoI ( G4String  s)
protectedinherited

멤버 데이타 문서화

G4UIdirectory* G4UImessenger::baseDir
protectedinherited

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

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

G4String G4UImessenger::baseDirName
protectedinherited

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

다음에 의해서 참조됨 : G4UImessenger::CreateCommand(), G4UImessenger::CreateDirectory().

G4bool G4UImessenger::commandsShouldBeInMaster
protectedinherited

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

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

G4UIdirectory* G4PolarizationMessenger::managerDirectory
private

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

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

G4UIcmdWithABool* G4PolarizationMessenger::optActivateCmd
private

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

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

G4UIdirectory* G4PolarizationMessenger::polarizationDirectory
private

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

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

G4PolarizationManager* G4PolarizationMessenger::polarizationManager
private

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

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

G4UIcmdWithoutParameter* G4PolarizationMessenger::printVolumeListCmd
private

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

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

G4UIcommand* G4PolarizationMessenger::setPolarizationCmd
private

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

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

G4UIdirectory* G4PolarizationMessenger::testDirectory
private

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

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

G4UIcmdWithoutParameter* G4PolarizationMessenger::testInteractionFrameCmd
private

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

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

G4UIcmdWithoutParameter* G4PolarizationMessenger::testPolarizationTransformationCmd
private

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

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

G4UIcmdWithAnInteger* G4PolarizationMessenger::verboseCmd
private

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

다음에 의해서 참조됨 : G4PolarizationMessenger(), GetCurrentValue(), SetNewValue(), ~G4PolarizationMessenger().

G4UIdirectory* G4PolarizationMessenger::volumeDirectory
private

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

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


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