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

#include <G4VMPIsession.hh>

G4VMPIsession에 대한 상속 다이어그램 :
G4VBasicShell G4UIsession G4coutDestination G4MPIbatch G4MPIsession

Public 타입

using Transformer = std::function< G4bool(G4String &)>
 

Public 멤버 함수

 G4VMPIsession ()
 
 ~G4VMPIsession ()
 
virtual void PauseSessionStart (const G4String &msg)
 
virtual G4int ReceiveG4cout (const G4String &coutString)
 
virtual G4int ReceiveG4cerr (const G4String &cerrString)
 
virtual G4UIsessionSessionStart ()=0
 
void AddCoutTransformer (const Transformer &t)
 
void AddCoutTransformer (Transformer &&t)
 
void AddCerrTransformer (const Transformer &t)
 
void AddCerrTransformer (Transformer &&t)
 
virtual void ResetTransformers ()
 
G4int ReceiveG4cout_ (const G4String &msg)
 
G4int ReceiveG4cerr_ (const G4String &msg)
 

정적 Public 멤버 함수

static G4int InSession ()
 

Protected 멤버 함수

G4int ExecCommand (const G4String &acommand)
 
G4String TruncateCommand (const G4String &command) const
 
G4String BypassCommand (const G4String &command) const
 
virtual G4bool GetHelpChoice (G4int &aval)
 
virtual void ExitHelp () const
 
G4String ModifyToFullPathCommand (const char *aCommandLine) const
 
G4String GetCurrentWorkingDirectory () const
 
G4bool ChangeDirectory (const char *newDir)
 
G4UIcommandTreeFindDirectory (const char *dirName) const
 
G4UIcommandFindCommand (const char *commandName) const
 
G4String Complete (const G4String &)
 
G4String FindMatchingPath (G4UIcommandTree *, const G4String &)
 
virtual void ExecuteCommand (const G4String &)
 
void ApplyShellCommand (const G4String &, G4bool &, G4bool &)
 
void ShowCurrent (const G4String &) const
 
void ChangeDirectoryCommand (const G4String &)
 
void ListDirectory (const G4String &) const
 
void TerminalHelp (const G4String &)
 

Protected 속성

G4MPImanagerg4mpi_
 
G4bool is_master_
 
G4bool is_slave_
 
G4int rank_
 
G4int ifBatch
 
std::vector< TransformertransformersCout
 
std::vector< TransformertransformersCerr
 

정적 Protected 속성

static G4ICOMS_DLL G4int inSession = 0
 
static G4coutDestinationmasterG4coutDestination = 0
 

상세한 설명

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

멤버 타입정의 문서화

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

생성자 & 소멸자 문서화

G4VMPIsession::G4VMPIsession ( )

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

다음을 참조함 : g4mpi_, G4MPImanager::GetManager(), is_master_, is_slave_, rank_.

G4VMPIsession::~G4VMPIsession ( )

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

멤버 함수 문서화

void G4coutDestination::AddCerrTransformer ( const Transformer t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCerr.

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

void G4coutDestination::AddCerrTransformer ( Transformer &&  t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCerr.

void G4coutDestination::AddCoutTransformer ( const Transformer t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCout.

다음에 의해서 참조됨 : G4MTcoutDestination::AddMasterOutput(), G4MTcoutDestination::HandleFileCout(), G4MTcoutDestination::SetDefaultOutput().

void G4coutDestination::AddCoutTransformer ( Transformer &&  t)
inlineinherited

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

다음을 참조함 : G4coutDestination::transformersCout.

void G4VBasicShell::ApplyShellCommand ( const G4String a_string,
G4bool exitSession,
G4bool exitPause 
)
protectedinherited
G4String G4VMPIsession::BypassCommand ( const G4String command) const
protected

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

다음을 참조함 : G4cout, G4endl, g4mpi_, is_master_, G4String::replace().

다음에 의해서 참조됨 : ExecCommand(), G4MPIbatch::ReadCommand().

G4bool G4VBasicShell::ChangeDirectory ( const char *  newDir)
protectedinherited

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

다음을 참조함 : G4String::both, G4VBasicShell::currentDirectory, G4VBasicShell::FindDirectory(), G4VBasicShell::ModifyPath(), G4String::strip().

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

void G4VBasicShell::ChangeDirectoryCommand ( const G4String newCommand)
protectedinherited
G4String G4VBasicShell::Complete ( const G4String commandName)
protectedinherited
G4int G4VMPIsession::ExecCommand ( const G4String acommand)
protected
void G4VBasicShell::ExecuteCommand ( const G4String aCommand)
protectedvirtualinherited

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

G4UIGainServer, G4UIterminal, G4ZMQServer에서 재구현되었습니다.

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

다음을 참조함 : G4UImanager::ApplyCommand(), fCommandNotFound, fCommandSucceeded, fIllegalApplicationState, fParameterOutOfCandidates, fParameterOutOfRange, fParameterUnreadable, G4cerr, G4endl, G4UImanager::GetUIpointer().

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

void G4VMPIsession::ExitHelp ( ) const
protectedvirtual

G4VBasicShell를 구현.

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

다음을 참조함 : G4cin.

G4UIcommand * G4VBasicShell::FindCommand ( const char *  commandName) const
protectedinherited
G4UIcommandTree * G4VBasicShell::FindDirectory ( const char *  dirName) const
protectedinherited
G4String G4VBasicShell::FindMatchingPath ( G4UIcommandTree aTree,
const G4String aCommandPath 
)
protectedinherited

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

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

G4String G4VBasicShell::GetCurrentWorkingDirectory ( ) const
protectedinherited
G4bool G4VMPIsession::GetHelpChoice ( G4int aval)
protectedvirtual

G4VBasicShell를 구현.

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

다음을 참조함 : G4cin.

static G4int G4UIsession::InSession ( )
inlinestaticinherited

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

다음을 참조함 : G4UIsession::inSession.

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

void G4VBasicShell::ListDirectory ( const G4String newCommand) const
protectedinherited
G4String G4VBasicShell::ModifyToFullPathCommand ( const char *  aCommandLine) const
protectedinherited
void G4VMPIsession::PauseSessionStart ( const G4String msg)
virtual

G4VBasicShell를 구현.

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

G4int G4VMPIsession::ReceiveG4cerr ( const G4String cerrString)
virtual

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

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

다음을 참조함 : g4mpi_, pyG4Element::Print().

G4int G4coutDestination::ReceiveG4cerr_ ( const G4String msg)
inherited

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

다음을 참조함 : m, G4coutDestination::ReceiveG4cerr(), G4coutDestination::transformersCerr, G4coutDestination::transformersCout.

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

G4int G4VMPIsession::ReceiveG4cout ( const G4String coutString)
virtual

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

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

다음을 참조함 : g4mpi_, pyG4Element::Print().

G4int G4coutDestination::ReceiveG4cout_ ( const G4String msg)
inherited

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

다음을 참조함 : m, G4coutDestination::ReceiveG4cout(), result, G4coutDestination::transformersCout.

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

void G4coutDestination::ResetTransformers ( )
virtualinherited

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

다음을 참조함 : G4coutDestination::transformersCerr, G4coutDestination::transformersCout.

virtual G4UIsession* G4VBasicShell::SessionStart ( )
pure virtualinherited

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

G4UIGainServer, G4UIterminal, G4ZMQServer, G4MPIsession, G4MPIbatch에서 구현되었습니다.

void G4VBasicShell::ShowCurrent ( const G4String newCommand) const
protectedinherited
void G4VBasicShell::TerminalHelp ( const G4String newCommand)
protectedinherited
G4String G4VMPIsession::TruncateCommand ( const G4String command) const
protected

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

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

멤버 데이타 문서화

G4MPImanager* G4VMPIsession::g4mpi_
protected
G4int G4UIsession::ifBatch
protectedinherited

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

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

G4int G4UIsession::inSession = 0
staticprotectedinherited

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

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

G4bool G4VMPIsession::is_master_
protected
G4bool G4VMPIsession::is_slave_
protected

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

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

G4coutDestination * G4coutDestination::masterG4coutDestination = 0
staticprotectedinherited

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

다음에 의해서 참조됨 : G4MasterForwardcoutDestination::ReceiveG4cerr(), G4MasterForwardcoutDestination::ReceiveG4cout().

G4int G4VMPIsession::rank_
protected

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

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

std::vector<Transformer> G4coutDestination::transformersCerr
protectedinherited

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

다음에 의해서 참조됨 : G4coutDestination::AddCerrTransformer(), G4coutDestination::ReceiveG4cerr_(), G4coutDestination::ResetTransformers().

std::vector<Transformer> G4coutDestination::transformersCout
protectedinherited

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