#include <G4AttDef.hh>
Public 멤버 함수 | |
G4AttDef (const G4String &name, const G4String &desc, const G4String &category, const G4String &extra, const G4String &valueType) | |
G4AttDef (const G4String &name, const G4String &desc, const G4String &category, const G4String &extra, const G4TypeKey &typeKey) | |
G4AttDef () | |
virtual | ~G4AttDef () |
const G4String & | GetName () const |
const G4String & | GetDesc () const |
const G4String & | GetCategory () const |
const G4String & | GetExtra () const |
const G4String & | GetValueType () const |
const G4TypeKey & | GetTypeKey () const |
void | SetName (const G4String &name) |
void | SetDesc (const G4String &desc) |
void | SetCategory (const G4String &cat) |
void | SetExtra (const G4String &extra) |
void | SetValueType (const G4String &type) |
Private 속성 | |
G4String | m_name |
The name of the attribute. 더 자세히 ... | |
G4String | m_desc |
A short description of the attribute. 더 자세히 ... | |
G4String | m_category |
The category (Draw, Physics, PickAction, Association, etc.) 더 자세히 ... | |
G4String | m_extra |
Some extra property of the attribute (units, etc.) 더 자세히 ... | |
G4String | m_valueType |
The type of the value of the attribute (int, double, vector, etc.) 더 자세히 ... | |
G4TypeKey | m_typeKey |
G4AttDef.hh 파일의 57 번째 라인에서 정의되었습니다.
|
inline |
G4AttDef.hh 파일의 60 번째 라인에서 정의되었습니다.
|
inline |
G4AttDef.hh 파일의 70 번째 라인에서 정의되었습니다.
|
inline |
G4AttDef.hh 파일의 81 번째 라인에서 정의되었습니다.
|
inlinevirtual |
G4AttDef.hh 파일의 82 번째 라인에서 정의되었습니다.
|
inline |
|
inline |
|
inline |
G4AttDef.hh 파일의 87 번째 라인에서 정의되었습니다.
다음을 참조함 : m_extra.
다음에 의해서 참조됨 : G4AttUtils::GetKey(), operator<<().
G4AttDef.hh 파일의 84 번째 라인에서 정의되었습니다.
다음을 참조함 : m_name.
|
inline |
G4AttDef.hh 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : m_typeKey.
다음에 의해서 참조됨 : G4AttFilterUtils::GetNewFilter().
|
inline |
G4AttDef.hh 파일의 88 번째 라인에서 정의되었습니다.
다음을 참조함 : m_valueType.
다음에 의해서 참조됨 : G4AttUtils::GetKey(), operator<<().
G4AttDef.hh 파일의 93 번째 라인에서 정의되었습니다.
다음을 참조함 : m_category.
G4AttDef.hh 파일의 92 번째 라인에서 정의되었습니다.
다음을 참조함 : m_desc.
G4AttDef.hh 파일의 94 번째 라인에서 정의되었습니다.
다음을 참조함 : m_extra.
G4AttDef.hh 파일의 91 번째 라인에서 정의되었습니다.
다음을 참조함 : m_name.
G4AttDef.hh 파일의 95 번째 라인에서 정의되었습니다.
다음을 참조함 : m_valueType.
|
private |
The category (Draw, Physics, PickAction, Association, etc.)
G4AttDef.hh 파일의 103 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetCategory(), SetCategory().
|
private |
A short description of the attribute.
G4AttDef.hh 파일의 101 번째 라인에서 정의되었습니다.
|
private |
Some extra property of the attribute (units, etc.)
G4AttDef.hh 파일의 105 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetExtra(), SetExtra().
|
private |
|
private |
G4AttDef.hh 파일의 109 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetTypeKey().
|
private |
The type of the value of the attribute (int, double, vector, etc.)
G4AttDef.hh 파일의 107 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetValueType(), SetValueType().