18#ifndef itkStringConvert_h
19#define itkStringConvert_h
69ITKCommon_EXPORT std::int32_t
74ITKCommon_EXPORT std::int64_t
82ITKCommon_EXPORT std::uint32_t
89ITKCommon_EXPORT std::uint64_t
94ITKCommon_EXPORT
double
ITKCommon_EXPORT std::int32_t StringToInt32(const std::string &str, const char *context)
Convert a string to a numeric value, wrapping low-level conversion exceptions as itk::ExceptionObject...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ITKCommon_EXPORT double StringToDouble(const std::string &str, const char *context)
ITKCommon_EXPORT std::uint32_t StringToUInt32(const std::string &str, const char *context)
ITKCommon_EXPORT float StringToFloat(const std::string &str, const char *context)
ITKCommon_EXPORT std::uint64_t StringToUInt64(const std::string &str, const char *context)
ITKCommon_EXPORT std::int64_t StringToInt64(const std::string &str, const char *context)