18#ifndef itkNumberToString_h
19#define itkNumberToString_h
48template <
typename TValue =
void>
58ITKCommon_EXPORT std::string
61ITKCommon_EXPORT std::string
68 template <
typename TValue>
81template <
typename TValue>
92#ifndef ITK_MANUAL_INSTANTIATION
93# include "itkNumberToString.hxx"
std::string operator()(const TValue val) const
Convert floating and fixed point numbers to strings.
std::string operator()(TValue val) const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
std::string ConvertNumberToString(const TValue val)