VTK
9.1.0
|
Convert floating and fixed point numbers to strings. More...
#include <vtkNumberToString.h>
Classes | |
struct | TagDouble |
struct | TagFloat |
Public Member Functions | |
template<typename T > | |
const T & | operator() (const T &val) const |
const TagDouble | operator() (const double &val) const |
const TagFloat | operator() (const float &val) const |
Convert floating and fixed point numbers to strings.
This class uses the double-conversion library to convert floating point and fixed point numbers to ASCII versions that are represented without numerical precision errors.
Typical use:
Definition at line 41 of file vtkNumberToString.h.
|
inline |
Definition at line 63 of file vtkNumberToString.h.
|
inline |
Definition at line 67 of file vtkNumberToString.h.
|
inline |
Definition at line 68 of file vtkNumberToString.h.