Go to the source code of this file.
 | 
| template<typename Value >  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, Value &output) | 
|   | 
| template<>  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, G4DimensionedDouble &output) | 
|   | 
| template<>  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, G4DimensionedThreeVector &output) | 
|   | 
| template<>  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, G4ThreeVector &output) | 
|   | 
| template<typename Value >  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, Value &value1, Value &value2) | 
|   | 
| template<>  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, G4DimensionedDouble &min, G4DimensionedDouble &max) | 
|   | 
| template<>  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, G4DimensionedThreeVector &min, G4DimensionedThreeVector &max) | 
|   | 
| template<>  | 
| G4bool  | G4ConversionUtils::Convert (const G4String &myInput, G4ThreeVector &min, G4ThreeVector &max) | 
|   |