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

#include <G4HtmlPPReporter.hh>

G4HtmlPPReporter에 대한 상속 다이어그램 :
G4VParticlePropertyReporter

Public 타입

typedef std::vector
< G4ParticlePropertyData * > 
G4PPDContainer
 

Public 멤버 함수

 G4HtmlPPReporter ()
 
virtual ~G4HtmlPPReporter ()
 
virtual void Print (const G4String &option="")
 
G4int operator== (const G4VParticlePropertyReporter &right) const
 
G4int operator!= (const G4VParticlePropertyReporter &right) const
 
virtual G4bool FillList (G4String name)
 
virtual void Clear ()
 
const G4PPDContainerGetList () const
 

Protected 속성

G4PPDContainer pList
 
G4ParticlePropertyTablepPropertyTable
 

Private 멤버 함수

void SparseOption (const G4String &option)
 
void GenerateIndex ()
 
void GeneratePropertyTable (const G4ParticleDefinition *)
 
void PrintHeader (std::ofstream &)
 
void PrintFooter (std::ofstream &)
 

Private 속성

G4String baseDir
 
G4String comment
 

정적 Private 속성

static const char * sTABLE = "<TABLE WIDTH="
 
static const char * eTABLE = "</TABLE>"
 
static const char * sTR = "<TR>"
 
static const char * eTR = "</TR>"
 
static const char * sTD = "<TD>"
 
static const char * eTD = "</TD>"
 
static const char * sB = "<B>"
 
static const char * eB = "</B>"
 
static const char * sLFONT = "<FONT SIZE = +1>"
 
static const char * eLFONT = "</FONT>"
 
static const char * sSYMBOL = "<FONT FACE = \"symbol\" >"
 
static const char * eSYMBOL = "</FONT>"
 
static const char * sSUP = "<SUP>"
 
static const char * eSUP = "</SUP>"
 
static const char * sSUB = "<SUB>"
 
static const char * eSUB = "</SUB>"
 

상세한 설명

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

멤버 타입정의 문서화

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

생성자 & 소멸자 문서화

G4HtmlPPReporter::G4HtmlPPReporter ( )

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

G4HtmlPPReporter::~G4HtmlPPReporter ( )
virtual

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

멤버 함수 문서화

void G4VParticlePropertyReporter::Clear ( )
virtualinherited

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

다음을 참조함 : G4VParticlePropertyReporter::pList.

G4bool G4VParticlePropertyReporter::FillList ( G4String  name)
virtualinherited
void G4HtmlPPReporter::GenerateIndex ( )
private
void G4HtmlPPReporter::GeneratePropertyTable ( const G4ParticleDefinition particle)
private
const G4PPDContainer& G4VParticlePropertyReporter::GetList ( ) const
inlineinherited

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

다음을 참조함 : G4VParticlePropertyReporter::pList.

G4int G4VParticlePropertyReporter::operator!= ( const G4VParticlePropertyReporter right) const
inlineinherited

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

G4int G4VParticlePropertyReporter::operator== ( const G4VParticlePropertyReporter right) const
inlineinherited

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

void G4HtmlPPReporter::Print ( const G4String option = "")
virtual
void G4HtmlPPReporter::PrintFooter ( std::ofstream &  outFile)
private

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

다음을 참조함 : G4endl.

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

void G4HtmlPPReporter::PrintHeader ( std::ofstream &  outFile)
private

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

다음을 참조함 : G4endl.

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

void G4HtmlPPReporter::SparseOption ( const G4String option)
private

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

다음을 참조함 : baseDir, comment, G4String::isNull().

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

멤버 데이타 문서화

G4String G4HtmlPPReporter::baseDir
private

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable(), SparseOption().

G4String G4HtmlPPReporter::comment
private

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

다음에 의해서 참조됨 : GenerateIndex(), SparseOption().

const char * G4HtmlPPReporter::eB = "</B>"
staticprivate

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

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

const char * G4HtmlPPReporter::eLFONT = "</FONT>"
staticprivate

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

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

const char * G4HtmlPPReporter::eSUB = "</SUB>"
staticprivate

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

const char * G4HtmlPPReporter::eSUP = "</SUP>"
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

const char * G4HtmlPPReporter::eSYMBOL = "</FONT>"
staticprivate

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

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

const char * G4HtmlPPReporter::eTABLE = "</TABLE>"
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

const char * G4HtmlPPReporter::eTD = "</TD>"
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

const char * G4HtmlPPReporter::eTR = "</TR>"
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

G4PPDContainer G4VParticlePropertyReporter::pList
protectedinherited
G4ParticlePropertyTable* G4VParticlePropertyReporter::pPropertyTable
protectedinherited
const char * G4HtmlPPReporter::sB = "<B>"
staticprivate

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

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

const char * G4HtmlPPReporter::sLFONT = "<FONT SIZE = +1>"
staticprivate

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

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

const char * G4HtmlPPReporter::sSUB = "<SUB>"
staticprivate

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

const char * G4HtmlPPReporter::sSUP = "<SUP>"
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

const char * G4HtmlPPReporter::sSYMBOL = "<FONT FACE = \"symbol\" >"
staticprivate

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

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

const char * G4HtmlPPReporter::sTABLE = "<TABLE WIDTH="
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

const char * G4HtmlPPReporter::sTD = "<TD>"
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().

const char * G4HtmlPPReporter::sTR = "<TR>"
staticprivate

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

다음에 의해서 참조됨 : GenerateIndex(), GeneratePropertyTable().


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