VTK  9.3.20240327
Classes | Functions
vtkNumberToString.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkDeprecation.h"
#include "vtkTypeTraits.h"
#include <ostream>
#include <string>
Include dependency graph for vtkNumberToString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkNumberToString
 Convert floating and fixed point numbers to strings. More...
 
struct  vtkNumberToString::TagDouble
 
struct  vtkNumberToString::TagFloat
 

Functions

VTKCOMMONCORE_EXPORT ostream & operator<< (ostream &stream, const vtkNumberToString::TagDouble &tag)
 
VTKCOMMONCORE_EXPORT ostream & operator<< (ostream &stream, const vtkNumberToString::TagFloat &tag)
 

Function Documentation

◆ operator<<() [1/2]

VTKCOMMONCORE_EXPORT ostream& operator<< ( ostream &  stream,
const vtkNumberToString::TagDouble tag 
)

◆ operator<<() [2/2]

VTKCOMMONCORE_EXPORT ostream& operator<< ( ostream &  stream,
const vtkNumberToString::TagFloat tag 
)