Geant4
10.00.p03
|
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 62 of file G4AttUtils.hh.
Referenced by G4TrajectoryDrawByAttribute::Draw(), and G4AttributeFilterT< T >::Evaluate().
G4bool G4AttUtils::ExtractAttValue | ( | const T & | object, |
const G4String & | name, | ||
G4AttValue & | attVal | ||
) |
Definition at line 76 of file G4AttUtils.hh.
References name.
Referenced by G4TrajectoryDrawByAttribute::Draw(), and G4AttributeFilterT< T >::Evaluate().
Definition at line 41 of file G4AttUtils.cc.
References G4AttDef::GetExtra(), and G4AttDef::GetValueType().
Referenced by G4AttFilterUtils::GetNewFilter().