G4AttValue Class Reference

#include <G4AttValue.hh>


Public Member Functions

 G4AttValue (const G4String &name, const G4String &value, const G4String &showLabel)
 G4AttValue ()
const G4StringGetName () const
const G4StringGetValue () const
const G4StringGetShowLabel () const
void SetName (const G4String &name)
void SetValue (const G4String &val)
void SetShowLabel (const G4String &lab)


Detailed Description

Definition at line 53 of file G4AttValue.hh.


Constructor & Destructor Documentation

G4AttValue::G4AttValue ( const G4String name,
const G4String value,
const G4String showLabel 
) [inline]

Definition at line 56 of file G4AttValue.hh.

00058                                          : 
00059       m_name(name),m_value(value),
00060       m_showLabel(showLabel){};

G4AttValue::G4AttValue (  )  [inline]

Definition at line 61 of file G4AttValue.hh.

00061 {};


Member Function Documentation

const G4String& G4AttValue::GetName (  )  const [inline]

Definition at line 63 of file G4AttValue.hh.

00063 {return m_name;};

const G4String& G4AttValue::GetShowLabel (  )  const [inline]

Definition at line 65 of file G4AttValue.hh.

00065 {return m_showLabel;};

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().

00064 {return m_value;};

void G4AttValue::SetName ( const G4String name  )  [inline]

Definition at line 67 of file G4AttValue.hh.

00067 {m_name = name;};

void G4AttValue::SetShowLabel ( const G4String lab  )  [inline]

Definition at line 69 of file G4AttValue.hh.

00069 {m_showLabel = lab;};

void G4AttValue::SetValue ( const G4String val  )  [inline]

Definition at line 68 of file G4AttValue.hh.

00068 {m_value = val;};


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:51:29 2013 for Geant4 by  doxygen 1.4.7