VTK
vtkOTIncludes.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOTIncludes.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 =========================================================================*/
15 #ifndef vtkOTIncludes_h
16 #define vtkOTIncludes_h
17 
18 #include "vtkOTConfig.h"
19 
20 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
21  #pragma GCC diagnostic ignored "-Woverloaded-virtual"
22 #endif
23 
24 #if (OPENTURNS_VERSION_MAJOR == 1 && OPENTURNS_VERSION_MINOR == 8)
25  #include "openturns/NumericalPoint.hxx"
26  #include "openturns/NumericalSample.hxx"
27 #else
28  #include "openturns/Point.hxx"
29  #include "openturns/Sample.hxx"
30 #endif
31 
32 #include "openturns/DistributionFactoryImplementation.hxx"
33 #include "openturns/DistributionImplementation.hxx"
34 #include "openturns/Epanechnikov.hxx"
35 #include "openturns/KernelSmoothing.hxx"
36 #include "openturns/ResourceMap.hxx"
37 #include "openturns/Triangular.hxx"
38 
39 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
40  #pragma GCC diagnostic pop
41 #endif
42 
43 #endif
44 // VTK-HeaderTest-Exclude: vtkOTIncludes.h