18 #ifndef itkNumberToString_h
19 #define itkNumberToString_h
41 template<
typename TValue>
45 std::string operator() (TValue val);
57 #ifndef ITK_MANUAL_INSTANTIATION
58 #include "itkNumberToString.hxx"
std::string operator()(TValue val)
Convert floating and fixed point numbers to strings.