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

#include <G4AttDef.hh>

G4AttDef에 대한 상속 다이어그램 :
G4AttDefT< T >

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 G4StringGetName () const
 
const G4StringGetDesc () const
 
const G4StringGetCategory () const
 
const G4StringGetExtra () const
 
const G4StringGetValueType () const
 
const G4TypeKeyGetTypeKey () 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 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4AttDef::G4AttDef ( const G4String name,
const G4String desc,
const G4String category,
const G4String extra,
const G4String valueType 
)
inline

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

G4AttDef::G4AttDef ( const G4String name,
const G4String desc,
const G4String category,
const G4String extra,
const G4TypeKey typeKey 
)
inline

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

G4AttDef::G4AttDef ( )
inline

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

virtual G4AttDef::~G4AttDef ( )
inlinevirtual

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

멤버 함수 문서화

const G4String& G4AttDef::GetCategory ( ) const
inline

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

다음을 참조함 : m_category.

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

const G4String& G4AttDef::GetDesc ( ) const
inline

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

다음을 참조함 : m_desc.

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

const G4String& G4AttDef::GetExtra ( ) const
inline

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

다음을 참조함 : m_extra.

다음에 의해서 참조됨 : G4AttUtils::GetKey(), operator<<().

const G4String& G4AttDef::GetName ( void  ) const
inline

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

다음을 참조함 : m_name.

const G4TypeKey& G4AttDef::GetTypeKey ( ) const
inline

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

다음을 참조함 : m_typeKey.

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

const G4String& G4AttDef::GetValueType ( ) const
inline

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

다음을 참조함 : m_valueType.

다음에 의해서 참조됨 : G4AttUtils::GetKey(), operator<<().

void G4AttDef::SetCategory ( const G4String cat)
inline

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

다음을 참조함 : m_category.

void G4AttDef::SetDesc ( const G4String desc)
inline

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

다음을 참조함 : m_desc.

void G4AttDef::SetExtra ( const G4String extra)
inline

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

다음을 참조함 : m_extra.

void G4AttDef::SetName ( const G4String name)
inline

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

다음을 참조함 : m_name.

void G4AttDef::SetValueType ( const G4String type)
inline

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

다음을 참조함 : m_valueType.

멤버 데이타 문서화

G4String G4AttDef::m_category
private

The category (Draw, Physics, PickAction, Association, etc.)

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

다음에 의해서 참조됨 : GetCategory(), SetCategory().

G4String G4AttDef::m_desc
private

A short description of the attribute.

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

다음에 의해서 참조됨 : GetDesc(), SetDesc().

G4String G4AttDef::m_extra
private

Some extra property of the attribute (units, etc.)

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

다음에 의해서 참조됨 : GetExtra(), SetExtra().

G4String G4AttDef::m_name
private

The name of the attribute.

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

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

G4TypeKey G4AttDef::m_typeKey
private

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

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

G4String G4AttDef::m_valueType
private

The type of the value of the attribute (int, double, vector, etc.)

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

다음에 의해서 참조됨 : GetValueType(), SetValueType().


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