#include <G4AttDef.hh>
Definition at line 57 of file G4AttDef.hh.
Definition at line 60 of file G4AttDef.hh.
65 m_name(name),m_desc(desc),
67 m_extra(extra),m_valueType(valueType){};
Definition at line 70 of file G4AttDef.hh.
75 m_name(name),m_desc(desc),
77 m_extra(extra),m_valueType(
"Null"),
virtual G4AttDef::~G4AttDef |
( |
| ) |
|
|
inlinevirtual |
const G4String& G4AttDef::GetCategory |
( |
| ) |
const |
|
inline |
const G4String& G4AttDef::GetDesc |
( |
| ) |
const |
|
inline |
const G4String& G4AttDef::GetExtra |
( |
| ) |
const |
|
inline |
const G4TypeKey& G4AttDef::GetTypeKey |
( |
| ) |
const |
|
inline |
const G4String& G4AttDef::GetValueType |
( |
| ) |
const |
|
inline |
Definition at line 88 of file G4AttDef.hh.
88 {
return m_valueType;};
Definition at line 95 of file G4AttDef.hh.
95 {m_valueType = type;};
The documentation for this class was generated from the following file:
- source/geant4.10.03.p03/source/graphics_reps/include/G4AttDef.hh