VTK
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 =========================================================================*/
21 #ifndef vtkIOStreamFwd_h
22 #define vtkIOStreamFwd_h
23 
24 #include "vtkConfigure.h"
25 
26 #ifdef _MSC_VER
27 #pragma warning (push, 3)
28 #endif
29 
30 // Forward-declare ansi streams.
31 #include <iosfwd>
32 using std::ios;
33 using std::streambuf;
34 using std::istream;
35 using std::ostream;
36 using std::iostream;
37 using std::filebuf;
38 using std::ifstream;
39 using std::ofstream;
40 using std::fstream;
41 
42 #ifdef _MSC_VER
43 #pragma warning(pop)
44 #endif
45 
46 #endif // vtkIOStreamFwd_h
47 // VTK-HeaderTest-Exclude: vtkIOStreamFwd.h