Go to the documentation of this file.
15 #ifndef vtkOTIncludes_h
16 #define vtkOTIncludes_h
18 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
19 #pragma GCC diagnostic ignored "-Woverloaded-virtual"
20 #pragma GCC diagnostic ignored "-Wunused-parameter"
23 #include "openturns/DistributionFactoryImplementation.hxx"
24 #include "openturns/DistributionImplementation.hxx"
25 #include "openturns/Epanechnikov.hxx"
26 #include "openturns/KernelSmoothing.hxx"
27 #include "openturns/Point.hxx"
28 #include "openturns/ResourceMap.hxx"
29 #include "openturns/Sample.hxx"
30 #include "openturns/Triangular.hxx"
32 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
33 #pragma GCC diagnostic pop