VTK
9.6.20260212
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Common
Core
vtkCommonCorePCH.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
3
// Precompiled header for VTK CommonCore module
4
// This header includes frequently used headers to improve build performance
5
6
#ifndef vtkCommonCorePCH_h
7
#define vtkCommonCorePCH_h
8
9
// STL Headers
10
#include <algorithm>
11
#include <cmath>
12
#include <fstream>
13
#include <functional>
14
#include <iostream>
15
#include <list>
16
#include <map>
17
#include <memory>
18
#include <mutex>
19
#include <sstream>
20
#include <string>
21
#include <tuple>
22
#include <unordered_map>
23
#include <vector>
24
25
#endif
// vtkCommonCorePCH_h
Generated on Thu Feb 12 2026 06:59:22 for VTK by
1.13.2