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