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

#include <G4tgrMaterialFactory.hh>

Public 멤버 함수

 ~G4tgrMaterialFactory ()
 
G4tgrIsotopeAddIsotope (const std::vector< G4String > &wl)
 
G4tgrElementSimpleAddElementSimple (const std::vector< G4String > &wl)
 
G4tgrElementFromIsotopesAddElementFromIsotopes (const std::vector< G4String > &wl)
 
G4tgrMaterialSimpleAddMaterialSimple (const std::vector< G4String > &wl)
 
G4tgrMaterialMixtureAddMaterialMixture (const std::vector< G4String > &wl, const G4String &mixtType)
 
G4tgrIsotopeFindIsotope (const G4String &name) const
 
G4tgrElementFindElement (const G4String &name) const
 
G4tgrMaterialFindMaterial (const G4String &name) const
 
void DumpIsotopeList () const
 
void DumpElementList () const
 
void DumpMaterialList () const
 
const G4mstgrisotGetIsotopeList () const
 
const G4mstgrelemGetElementList () const
 
const G4mstgrmateGetMaterialList () const
 

정적 Public 멤버 함수

static G4tgrMaterialFactoryGetInstance ()
 

Private 멤버 함수

 G4tgrMaterialFactory ()
 
void ErrorAlreadyExists (const G4String &object, const std::vector< G4String > &wl, const G4bool bNoRepeating=true)
 

Private 속성

G4mstgrisot theG4tgrIsotopes
 
G4mstgrelem theG4tgrElements
 
G4mstgrmate theG4tgrMaterials
 

정적 Private 속성

static G4ThreadLocal
G4tgrMaterialFactory
theInstance = 0
 

상세한 설명

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

생성자 & 소멸자 문서화

G4tgrMaterialFactory::~G4tgrMaterialFactory ( )

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

다음을 참조함 : theG4tgrElements, theG4tgrIsotopes, theG4tgrMaterials, theInstance.

G4tgrMaterialFactory::G4tgrMaterialFactory ( )
private

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

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

멤버 함수 문서화

G4tgrElementFromIsotopes * G4tgrMaterialFactory::AddElementFromIsotopes ( const std::vector< G4String > &  wl)

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

다음을 참조함 : ErrorAlreadyExists(), FindElement(), G4tgrElement::GetName(), G4tgrUtils::GetString(), theG4tgrElements.

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

G4tgrElementSimple * G4tgrMaterialFactory::AddElementSimple ( const std::vector< G4String > &  wl)

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

다음을 참조함 : ErrorAlreadyExists(), FindElement(), G4tgrElement::GetName(), G4tgrUtils::GetString(), theG4tgrElements.

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

G4tgrIsotope * G4tgrMaterialFactory::AddIsotope ( const std::vector< G4String > &  wl)

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

다음을 참조함 : ErrorAlreadyExists(), FindIsotope(), G4tgrIsotope::GetName(), G4tgrUtils::GetString(), theG4tgrIsotopes.

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

G4tgrMaterialMixture * G4tgrMaterialFactory::AddMaterialMixture ( const std::vector< G4String > &  wl,
const G4String mixtType 
)
G4tgrMaterialSimple * G4tgrMaterialFactory::AddMaterialSimple ( const std::vector< G4String > &  wl)
void G4tgrMaterialFactory::DumpElementList ( ) const

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

다음을 참조함 : G4cout, G4endl, theG4tgrElements.

다음에 의해서 참조됨 : G4tgrVolumeMgr::DumpSummary(), FindElement().

void G4tgrMaterialFactory::DumpIsotopeList ( ) const

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

다음을 참조함 : G4cout, G4endl, theG4tgrIsotopes.

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

void G4tgrMaterialFactory::DumpMaterialList ( ) const

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

다음을 참조함 : G4cout, G4endl, G4tgrMaterial::GetName(), G4tgrMaterial::GetNumberOfComponents(), G4tgrMaterial::GetType(), theG4tgrMaterials.

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

void G4tgrMaterialFactory::ErrorAlreadyExists ( const G4String object,
const std::vector< G4String > &  wl,
const G4bool  bNoRepeating = true 
)
private
G4tgrElement * G4tgrMaterialFactory::FindElement ( const G4String name) const

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

다음을 참조함 : DumpElementList(), G4cout, G4endl, G4tgrMessenger::GetVerboseLevel(), theG4tgrElements.

다음에 의해서 참조됨 : AddElementFromIsotopes(), AddElementSimple().

G4tgrIsotope * G4tgrMaterialFactory::FindIsotope ( const G4String name) const

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

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

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

G4tgrMaterial * G4tgrMaterialFactory::FindMaterial ( const G4String name) const

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

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

다음에 의해서 참조됨 : AddMaterialMixture(), AddMaterialSimple(), G4tgrLineProcessor::ProcessLine().

const G4mstgrelem& G4tgrMaterialFactory::GetElementList ( ) const
inline

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

다음을 참조함 : theG4tgrElements.

다음에 의해서 참조됨 : G4tgbMaterialMgr::CopyElements(), G4tgrVolumeMgr::DumpSummary().

G4tgrMaterialFactory * G4tgrMaterialFactory::GetInstance ( void  )
static
const G4mstgrisot& G4tgrMaterialFactory::GetIsotopeList ( ) const
inline

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

다음을 참조함 : theG4tgrIsotopes.

다음에 의해서 참조됨 : G4tgbMaterialMgr::CopyIsotopes(), G4tgrVolumeMgr::DumpSummary().

const G4mstgrmate& G4tgrMaterialFactory::GetMaterialList ( ) const
inline

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

다음을 참조함 : theG4tgrMaterials.

다음에 의해서 참조됨 : G4tgbMaterialMgr::CopyMaterials(), G4tgrVolumeMgr::DumpSummary().

멤버 데이타 문서화

G4mstgrelem G4tgrMaterialFactory::theG4tgrElements
private

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

다음에 의해서 참조됨 : AddElementFromIsotopes(), AddElementSimple(), DumpElementList(), FindElement(), GetElementList(), ~G4tgrMaterialFactory().

G4mstgrisot G4tgrMaterialFactory::theG4tgrIsotopes
private

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

다음에 의해서 참조됨 : AddIsotope(), DumpIsotopeList(), FindIsotope(), GetIsotopeList(), ~G4tgrMaterialFactory().

G4mstgrmate G4tgrMaterialFactory::theG4tgrMaterials
private

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

다음에 의해서 참조됨 : AddMaterialMixture(), AddMaterialSimple(), DumpMaterialList(), FindMaterial(), GetMaterialList(), ~G4tgrMaterialFactory().

G4ThreadLocal G4tgrMaterialFactory * G4tgrMaterialFactory::theInstance = 0
staticprivate

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

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


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