VTK
9.4.20250205
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Common
Core
vtkIOStreamFwd.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
10
#ifndef vtkIOStreamFwd_h
11
#define vtkIOStreamFwd_h
12
13
#ifdef _MSC_VER
14
#pragma warning(push, 3)
15
#endif
16
17
// Forward-declare ansi streams.
18
#include <iosfwd>
19
using
std::filebuf;
20
using
std::fstream;
21
using
std::ios;
22
using
std::iostream;
23
using
std::istream;
24
using
std::ostream;
25
using
std::streambuf;
26
27
#ifdef _MSC_VER
28
#pragma warning(pop)
29
#endif
30
31
#endif
// vtkIOStreamFwd_h
32
// VTK-HeaderTest-Exclude: vtkIOStreamFwd.h
Generated on Wed Feb 5 2025 09:51:43 for VTK by
1.9.7