|
VTK
|
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 57 of file vtkNumberToString.h.
Definition at line 61 of file vtkNumberToString.h.
Definition at line 62 of file vtkNumberToString.h.
1.8.14