|
VTK
9.2.6
|
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 44 of file vtkNumberToString.h.
|
inline |
Definition at line 66 of file vtkNumberToString.h.
|
inline |
Definition at line 70 of file vtkNumberToString.h.
|
inline |
Definition at line 71 of file vtkNumberToString.h.