VTK
9.1.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Common
Core
vtkIOStreamFwd.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkIOStreamFwd.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
22
#ifndef vtkIOStreamFwd_h
23
#define vtkIOStreamFwd_h
24
25
#ifdef _MSC_VER
26
#pragma warning(push, 3)
27
#endif
28
29
// Forward-declare ansi streams.
30
#include <iosfwd>
31
using
std::filebuf;
32
using
std::fstream;
33
using
std::ios;
34
using
std::iostream;
35
using
std::istream;
36
using
std::ostream;
37
using
std::streambuf;
38
39
#ifdef _MSC_VER
40
#pragma warning(pop)
41
#endif
42
43
#endif
// vtkIOStreamFwd_h
44
// VTK-HeaderTest-Exclude: vtkIOStreamFwd.h
Generated on Fri Apr 21 2023 10:28:29 for VTK by
1.9.6