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