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

#include <G4AttCheck.hh>

Public 멤버 함수

 G4AttCheck (const std::vector< G4AttValue > *values, const std::map< G4String, G4AttDef > *definitions)
 
 ~G4AttCheck ()
 
const std::vector< G4AttValue > * GetAttValues () const
 
const std::map< G4String,
G4AttDef > * 
GetAttDefs () const
 
G4bool Check (const G4String &leader="") const
 
G4bool Standard (std::vector< G4AttValue > *standardValues, std::map< G4String, G4AttDef > *standardDefinitions) const
 

Private 멤버 함수

void AddValuesAndDefs (std::vector< G4AttValue > *newValues, std::map< G4String, G4AttDef > *newDefinitions, const G4String &oldName, const G4String &name, const G4String &value, const G4String &extra, const G4String &description="") const
 
void Init ()
 

Private 속성

const std::vector< G4AttValue > * fpValues
 
const std::map< G4String,
G4AttDef > * 
fpDefinitions
 

정적 Private 속성

static G4ThreadLocal G4bool fFirst = true
 
static G4ThreadLocal std::set
< G4String > * 
fUnitCategories = 0
 
static G4ThreadLocal std::map
< G4String, G4String > * 
fStandardUnits = 0
 
static G4ThreadLocal std::set
< G4String > * 
fCategories = 0
 
static G4ThreadLocal std::set
< G4String > * 
fUnits = 0
 
static G4ThreadLocal std::set
< G4String > * 
fValueTypes = 0
 

Friends

std::ostream & operator<< (std::ostream &, const G4AttCheck &)
 

상세한 설명

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

생성자 & 소멸자 문서화

G4AttCheck::G4AttCheck ( const std::vector< G4AttValue > *  values,
const std::map< G4String, G4AttDef > *  definitions 
)

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

다음을 참조함 : G4UnitDefinition::GetUnitsTable(), lightions::Init().

G4AttCheck::~G4AttCheck ( )

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

멤버 함수 문서화

void G4AttCheck::AddValuesAndDefs ( std::vector< G4AttValue > *  newValues,
std::map< G4String, G4AttDef > *  newDefinitions,
const G4String oldName,
const G4String name,
const G4String value,
const G4String extra,
const G4String description = "" 
) const
private

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

다음을 참조함 : fpDefinitions.

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

G4bool G4AttCheck::Check ( const G4String leader = "") const

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

다음을 참조함 : error, fCategories, fpDefinitions, fpValues, fUnits, fValueTypes, G4cerr, G4endl, G4ThreadLocal, print().

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

const std::map<G4String,G4AttDef>* G4AttCheck::GetAttDefs ( ) const
inline

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

다음을 참조함 : fpDefinitions.

const std::vector<G4AttValue>* G4AttCheck::GetAttValues ( ) const
inline

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

다음을 참조함 : fpValues.

void G4AttCheck::Init ( )
private

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

다음을 참조함 : fCategories, fStandardUnits, fUnitCategories, fUnits, fValueTypes.

G4bool G4AttCheck::Standard ( std::vector< G4AttValue > *  standardValues,
std::map< G4String, G4AttDef > *  standardDefinitions 
) const

Friend, 그리고 관련된 함수 문서화

std::ostream& operator<< ( std::ostream &  os,
const G4AttCheck ac 
)
friend

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

멤버 데이타 문서화

G4ThreadLocal std::set< G4String > * G4AttCheck::fCategories = 0
staticprivate

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

다음에 의해서 참조됨 : Check(), Init(), operator<<(), Standard().

G4ThreadLocal G4bool G4AttCheck::fFirst = true
staticprivate

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

const std::map<G4String,G4AttDef>* G4AttCheck::fpDefinitions
private

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

다음에 의해서 참조됨 : AddValuesAndDefs(), Check(), GetAttDefs(), operator<<(), Standard().

const std::vector<G4AttValue>* G4AttCheck::fpValues
private

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

다음에 의해서 참조됨 : Check(), GetAttValues(), operator<<(), Standard().

G4ThreadLocal std::map< G4String, G4String > * G4AttCheck::fStandardUnits = 0
staticprivate

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

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

G4ThreadLocal std::set< G4String > * G4AttCheck::fUnitCategories = 0
staticprivate

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

다음에 의해서 참조됨 : Init(), Standard().

G4ThreadLocal std::set< G4String > * G4AttCheck::fUnits = 0
staticprivate

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

다음에 의해서 참조됨 : Check(), Init(), operator<<(), Standard().

G4ThreadLocal std::set< G4String > * G4AttCheck::fValueTypes = 0
staticprivate

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

다음에 의해서 참조됨 : Check(), Init(), operator<<(), Standard().


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