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) |
| G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, | |
| Value & | output | |||
| ) |
Definition at line 47 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, | |
| G4DimensionedDouble & | output | |||
| ) | [inline] |
Definition at line 60 of file G4ConversionUtils.hh.
References G4String::strip().
Here is the call graph for this function:

| G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, | |
| G4DimensionedThreeVector & | output | |||
| ) | [inline] |
Definition at line 78 of file G4ConversionUtils.hh.
References G4String::strip().
Here is the call graph for this function:

| G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, | |
| G4ThreeVector & | output | |||
| ) | [inline] |
Definition at line 97 of file G4ConversionUtils.hh.
References G4String::strip().
Here is the call graph for this function:

| G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, | |
| Value & | value1, | |||
| Value & | value2 | |||
| ) |
Definition at line 116 of file G4ConversionUtils.hh.
References G4String::strip().
Here is the call graph for this function:

| G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, | |
| G4DimensionedDouble & | min, | |||
| G4DimensionedDouble & | max | |||
| ) | [inline] |
Definition at line 129 of file G4ConversionUtils.hh.
References G4String::strip().
Here is the call graph for this function:

| G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, | |
| G4DimensionedThreeVector & | min, | |||
| G4DimensionedThreeVector & | max | |||
| ) | [inline] |
Definition at line 149 of file G4ConversionUtils.hh.
References G4String::strip().
Here is the call graph for this function:

| G4bool G4ConversionUtils::Convert | ( | const G4String & | myInput, | |
| G4ThreeVector & | min, | |||
| G4ThreeVector & | max | |||
| ) | [inline] |
Definition at line 171 of file G4ConversionUtils.hh.
References G4String::strip().
Here is the call graph for this function:

1.4.7