Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
Functions | |
template<typename Value > | |
G4bool | Convert (const G4String &myInput, Value &output) |
template<> | |
G4bool | Convert (const G4String &myInput, G4DimensionedDouble &output) |
template<> | |
G4bool | Convert (const G4String &myInput, G4DimensionedThreeVector &output) |
template<> | |
G4bool | Convert (const G4String &myInput, G4ThreeVector &output) |
template<typename Value > | |
G4bool | Convert (const G4String &myInput, Value &value1, Value &value2) |
template<> | |
G4bool | Convert (const G4String &myInput, G4DimensionedDouble &min, G4DimensionedDouble &max) |
template<> | |
G4bool | Convert (const G4String &myInput, G4DimensionedThreeVector &min, G4DimensionedThreeVector &max) |
template<> | |
G4bool | Convert (const G4String &myInput, G4ThreeVector &min, G4ThreeVector &max) |
|
inline |
Definition at line 122 of file G4ConversionUtils.hh.
|
inline |
Definition at line 57 of file G4ConversionUtils.hh.
|
inline |
Definition at line 141 of file G4ConversionUtils.hh.
|
inline |
Definition at line 74 of file G4ConversionUtils.hh.
|
inline |
Definition at line 162 of file G4ConversionUtils.hh.
|
inline |
Definition at line 92 of file G4ConversionUtils.hh.
G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, |
Value & | output | ||
) |
Definition at line 45 of file G4ConversionUtils.hh.
Referenced by G4AttValueFilterT< T, ConversionErrorPolicy >::Accept(), G4AttValueFilterT< T, ConversionErrorPolicy >::GetValidElement(), G4AttValueFilterT< T, ConversionErrorPolicy >::LoadIntervalElement(), and G4AttValueFilterT< T, ConversionErrorPolicy >::LoadSingleValueElement().
G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, |
Value & | value1, | ||
Value & | value2 | ||
) |
Definition at line 110 of file G4ConversionUtils.hh.