Geant4_10
Functions
G4ConversionUtils Namespace Reference

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)
 

Function Documentation

template<typename Value >
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
Value &  output 
)

Definition at line 46 of file G4ConversionUtils.hh.

Here is the call graph for this function:

Here is the caller graph for this function:

template<>
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
G4DimensionedDouble &  output 
)
inline

Definition at line 59 of file G4ConversionUtils.hh.

Here is the call graph for this function:

template<>
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
G4DimensionedThreeVector &  output 
)
inline

Definition at line 77 of file G4ConversionUtils.hh.

Here is the call graph for this function:

template<>
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
G4ThreeVector &  output 
)
inline

Definition at line 96 of file G4ConversionUtils.hh.

Here is the call graph for this function:

template<typename Value >
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
Value &  value1,
Value &  value2 
)

Definition at line 115 of file G4ConversionUtils.hh.

Here is the call graph for this function:

template<>
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
G4DimensionedDouble &  min,
G4DimensionedDouble &  max 
)
inline

Definition at line 128 of file G4ConversionUtils.hh.

Here is the call graph for this function:

template<>
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
G4DimensionedThreeVector &  min,
G4DimensionedThreeVector &  max 
)
inline

Definition at line 148 of file G4ConversionUtils.hh.

Here is the call graph for this function:

template<>
G4bool G4ConversionUtils::Convert ( const G4String &  myInput,
G4ThreeVector &  min,
G4ThreeVector &  max 
)
inline

Definition at line 170 of file G4ConversionUtils.hh.

Here is the call graph for this function: