#include <G4AttDef.hh>
Definition at line 56 of file G4AttDef.hh.
◆ G4AttDef() [1/3]
Definition at line 59 of file G4AttDef.hh.
63 :
64 m_name(name),m_desc(desc),
65 m_category(category),
66 m_extra(extra),m_valueType(valueType){};
◆ G4AttDef() [2/3]
Definition at line 69 of file G4AttDef.hh.
73 :
74 m_name(name),m_desc(desc),
75 m_category(category),
76 m_extra(extra),m_valueType("Null"),
77 m_typeKey(typeKey)
78 {};
◆ G4AttDef() [3/3]
◆ ~G4AttDef()
virtual G4AttDef::~G4AttDef |
( |
| ) |
|
|
virtualdefault |
◆ GetCategory()
const G4String & G4AttDef::GetCategory |
( |
| ) |
const |
|
inline |
◆ GetDesc()
const G4String & G4AttDef::GetDesc |
( |
| ) |
const |
|
inline |
◆ GetExtra()
const G4String & G4AttDef::GetExtra |
( |
| ) |
const |
|
inline |
◆ GetName()
const G4String & G4AttDef::GetName |
( |
| ) |
const |
|
inline |
◆ GetTypeKey()
const G4TypeKey & G4AttDef::GetTypeKey |
( |
| ) |
const |
|
inline |
◆ GetValueType()
const G4String & G4AttDef::GetValueType |
( |
| ) |
const |
|
inline |
◆ SetCategory()
void G4AttDef::SetCategory |
( |
const G4String & |
cat | ) |
|
|
inline |
◆ SetDesc()
void G4AttDef::SetDesc |
( |
const G4String & |
desc | ) |
|
|
inline |
◆ SetExtra()
void G4AttDef::SetExtra |
( |
const G4String & |
extra | ) |
|
|
inline |
◆ SetName()
void G4AttDef::SetName |
( |
const G4String & |
name | ) |
|
|
inline |
Definition at line 90 of file G4AttDef.hh.
const char * name(G4int ptype)
◆ SetValueType()
void G4AttDef::SetValueType |
( |
const G4String & |
type | ) |
|
|
inline |
The documentation for this class was generated from the following file: