VTK
|
00001 /*========================================================================= 00002 00003 Program: Visualization Toolkit 00004 Module: vtkIOStreamFwd.h 00005 00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 00007 All rights reserved. 00008 See Copyright.txt or http://www.kitware.com/Copyright.htm for details. 00009 00010 This software is distributed WITHOUT ANY WARRANTY; without even 00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00012 PURPOSE. See the above copyright notice for more information. 00013 00014 =========================================================================*/ 00021 #ifndef __vtkIOStreamFwd_h 00022 #define __vtkIOStreamFwd_h 00023 00024 #include "vtkConfigure.h" 00025 00026 #ifdef _MSC_VER 00027 #pragma warning (push, 3) 00028 #endif 00029 00030 // Forward-declare ansi streams. 00031 #include <iosfwd> 00032 using std::ios; 00033 using std::streambuf; 00034 using std::istream; 00035 using std::ostream; 00036 using std::iostream; 00037 using std::filebuf; 00038 using std::ifstream; 00039 using std::ofstream; 00040 using std::fstream; 00041 00042 #ifdef _MSC_VER 00043 #pragma warning(pop) 00044 #endif 00045 00046 #endif // __vtkIOStreamFwd_h 00047 // VTK-HeaderTest-Exclude: vtkIOStreamFwd.h