VTK
Classes | Functions
vtkNumberToString.h File Reference
#include "vtkIOCoreModule.h"
#include "vtkTypeTraits.h"
#include <ostream>
#include <string>
Include dependency graph for vtkNumberToString.h:

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

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

Function Documentation

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