VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
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
=========================================================================*/
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
Generated on Wed Mar 19 2014 12:51:24 for VTK by
1.8.6