27 #define __VTK_SYSTEM_INCLUDES__INSIDE 29 #undef __VTK_SYSTEM_INCLUDES__INSIDE 32 #pragma warning (push, 3) 45 using std::setprecision;
62 #if defined(VTK_IOSTREAM_NEED_OPERATORS_LL) 64 # if !defined(VTK_ISTREAM_SUPPORTS_LONG_LONG) 66 # if !defined(VTK_DO_NOT_DEFINE_ISTREAM_SLL) 67 inline istream& operator >> (istream& is, vtkIOStreamSLL&
value)
69 return vtkIOStreamScan(is, value);
74 # if !defined(VTK_DO_NOT_DEFINE_ISTREAM_ULL) 75 inline istream& operator >> (istream& is, vtkIOStreamULL&
value)
77 return vtkIOStreamScan(is, value);
82 # if !defined(VTK_OSTREAM_SUPPORTS_LONG_LONG) 84 # if !defined(VTK_DO_NOT_DEFINE_OSTREAM_SLL) 87 return vtkIOStreamPrint(os, value);
92 # if !defined(VTK_DO_NOT_DEFINE_OSTREAM_ULL) 95 return vtkIOStreamPrint(os, value);
102 #endif // vtkIOStream_h
#define VTKCOMMONCORE_EXPORT
GLsizei const GLfloat * value
VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, const vtkIndent &o)