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