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

#include <G4tgrFileIn.hh>

Public 멤버 함수

 G4tgrFileIn ()
 
 ~G4tgrFileIn ()
 
G4int GetWordsInLine (std::vector< G4String > &wl)
 
void ErrorInLine ()
 
G4int Nline ()
 
const G4StringGetName ()
 
void OpenNewFile (const char *filename)
 
G4bool EndOfFile ()
 
void Close ()
 
void DumpException (const G4String &sent)
 

정적 Public 멤버 함수

static G4tgrFileInGetInstance (const G4String &name)
 
static G4tgrFileInGetInstanceOpened (const G4String &name)
 

Private 멤버 함수

 G4tgrFileIn (const G4String &name)
 

Private 속성

std::vector< std::ifstream * > theFiles
 
std::vector< G4inttheLineNo
 
std::vector< G4StringtheNames
 
G4int theCurrentFile
 
G4String theName
 

정적 Private 속성

static G4ThreadLocal
std::vector< G4tgrFileIn * > * 
theInstances = 0
 

상세한 설명

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

생성자 & 소멸자 문서화

G4tgrFileIn::G4tgrFileIn ( )

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

다음을 참조함 : theInstances.

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

G4tgrFileIn::~G4tgrFileIn ( )

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

다음을 참조함 : theInstances.

G4tgrFileIn::G4tgrFileIn ( const G4String name)
inlineprivate

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

멤버 함수 문서화

void G4tgrFileIn::Close ( )

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

다음을 참조함 : G4cout, G4endl, G4tgrMessenger::GetVerboseLevel(), theCurrentFile, theFiles.

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

void G4tgrFileIn::DumpException ( const G4String sent)

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

다음을 참조함 : G4UIcommand::ConvertToString(), FatalException, G4Exception(), theCurrentFile, theLineNo, theName.

다음에 의해서 참조됨 : GetWordsInLine(), G4tgrFileReader::ReadFiles().

G4bool G4tgrFileIn::EndOfFile ( )

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

다음을 참조함 : Close(), G4cout, G4endl, G4tgrMessenger::GetVerboseLevel(), theCurrentFile, theFiles.

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

void G4tgrFileIn::ErrorInLine ( )

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

다음을 참조함 : G4cerr, theCurrentFile, theLineNo, theNames.

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

G4tgrFileIn & G4tgrFileIn::GetInstance ( const G4String name)
static

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

다음을 참조함 : G4tgrFileIn(), instance, OpenNewFile(), theCurrentFile, theInstances.

다음에 의해서 참조됨 : DicomFileMgr::Convert(), GetInstanceOpened(), G4tgrFileReader::ReadFiles().

G4tgrFileIn & G4tgrFileIn::GetInstanceOpened ( const G4String name)
static

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

다음을 참조함 : FatalException, G4Exception(), GetInstance(), GetName().

const G4String& G4tgrFileIn::GetName ( void  )
inline

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

다음을 참조함 : theName.

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

G4int G4tgrFileIn::GetWordsInLine ( std::vector< G4String > &  wl)
G4int G4tgrFileIn::Nline ( )
inline

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

다음을 참조함 : theCurrentFile, theLineNo.

void G4tgrFileIn::OpenNewFile ( const char *  filename)

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

다음을 참조함 : FatalException, fin, G4Exception(), theCurrentFile, theFiles, theLineNo, theNames.

다음에 의해서 참조됨 : GetInstance(), GetWordsInLine().

멤버 데이타 문서화

G4int G4tgrFileIn::theCurrentFile
private

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

다음에 의해서 참조됨 : Close(), DumpException(), EndOfFile(), ErrorInLine(), GetInstance(), GetWordsInLine(), Nline(), OpenNewFile().

std::vector< std::ifstream* > G4tgrFileIn::theFiles
private

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

다음에 의해서 참조됨 : Close(), EndOfFile(), GetWordsInLine(), OpenNewFile().

G4ThreadLocal std::vector< G4tgrFileIn * > * G4tgrFileIn::theInstances = 0
staticprivate

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

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

std::vector<G4int> G4tgrFileIn::theLineNo
private

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

다음에 의해서 참조됨 : DumpException(), ErrorInLine(), GetWordsInLine(), Nline(), OpenNewFile().

G4String G4tgrFileIn::theName
private

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

다음에 의해서 참조됨 : DumpException(), GetName().

std::vector<G4String> G4tgrFileIn::theNames
private

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

다음에 의해서 참조됨 : ErrorInLine(), OpenNewFile().


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