VTK  9.3.20240418
vtkOTIncludes.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 #ifndef vtkOTIncludes_h
4 #define vtkOTIncludes_h
5 
6 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
7 #pragma GCC diagnostic ignored "-Woverloaded-virtual"
8 #pragma GCC diagnostic ignored "-Wunused-parameter"
9 #endif
10 
11 #include "openturns/DistributionFactoryImplementation.hxx"
12 #include "openturns/DistributionImplementation.hxx"
13 #include "openturns/Epanechnikov.hxx"
14 #include "openturns/KernelSmoothing.hxx"
15 #include "openturns/Point.hxx"
16 #include "openturns/ResourceMap.hxx"
17 #include "openturns/Sample.hxx"
18 #include "openturns/Triangular.hxx"
19 
20 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
21 #pragma GCC diagnostic pop
22 #endif
23 
24 #endif
25 // VTK-HeaderTest-Exclude: vtkOTIncludes.h