#include <G4AttValue.hh>
Public Member Functions | |
G4AttValue (const G4String &name, const G4String &value, const G4String &showLabel) | |
G4AttValue () | |
const G4String & | GetName () const |
const G4String & | GetValue () const |
const G4String & | GetShowLabel () const |
void | SetName (const G4String &name) |
void | SetValue (const G4String &val) |
void | SetShowLabel (const G4String &lab) |
Definition at line 53 of file G4AttValue.hh.
G4AttValue::G4AttValue | ( | const G4String & | name, | |
const G4String & | value, | |||
const G4String & | showLabel | |||
) | [inline] |
G4AttValue::G4AttValue | ( | ) | [inline] |
const G4String& G4AttValue::GetName | ( | ) | const [inline] |
const G4String& G4AttValue::GetShowLabel | ( | ) | const [inline] |
const G4String& G4AttValue::GetValue | ( | ) | const [inline] |
Definition at line 64 of file G4AttValue.hh.
Referenced by G4AttValueFilterT< T, ConversionErrorPolicy >::Accept(), G4TrajectoryDrawByAttribute::Draw(), G4AttributeFilterT< T >::Evaluate(), and G4AttValueFilterT< T, ConversionErrorPolicy >::GetValidElement().
void G4AttValue::SetName | ( | const G4String & | name | ) | [inline] |
void G4AttValue::SetShowLabel | ( | const G4String & | lab | ) | [inline] |
void G4AttValue::SetValue | ( | const G4String & | val | ) | [inline] |