|
Geant4-11
|
Namespaces | |
| namespace | anonymous_namespace{G4AttUtils.hh} |
Functions | |
| template<typename T > | |
| G4bool | ExtractAttDef (const T &object, const G4String &name, G4AttDef &def) |
| template<typename T > | |
| G4bool | ExtractAttValue (const T &object, const G4String &name, G4AttValue &attVal) |
| G4TypeKey | GetKey (const G4AttDef &def) |
| G4bool G4AttUtils::ExtractAttDef | ( | const T & | object, |
| const G4String & | name, | ||
| G4AttDef & | def | ||
| ) |
Definition at line 61 of file G4AttUtils.hh.
References G4InuclParticleNames::name().
Referenced by G4TrajectoryDrawByAttribute::Draw(), and G4AttributeFilterT< T >::Evaluate().
| G4bool G4AttUtils::ExtractAttValue | ( | const T & | object, |
| const G4String & | name, | ||
| G4AttValue & | attVal | ||
| ) |
Definition at line 75 of file G4AttUtils.hh.
References G4InuclParticleNames::name().
Referenced by G4TrajectoryDrawByAttribute::Draw(), and G4AttributeFilterT< T >::Evaluate().
Definition at line 40 of file G4AttUtils.cc.
References G4AttDef::GetExtra(), and G4AttDef::GetValueType().
Referenced by G4AttFilterUtils::GetNewFilter().