32 #ifndef vtkNumberToString_h 33 #define vtkNumberToString_h 35 #include "vtkIOCoreModule.h"
VTKIOCORE_EXPORT ostream & operator<<(ostream &stream, const vtkNumberToString::TagDouble &tag)
const TagFloat operator()(const float &val) const
TagDouble(const double &value)
const T & operator()(const T &val) const
TagFloat(const float &value)
Convert floating and fixed point numbers to strings.
const TagDouble operator()(const double &val) const