Go to the documentation of this file. 15 #ifndef vtkOTIncludes_h 16 #define vtkOTIncludes_h 18 #include "vtkOTConfig.h" 20 #if defined(__GNUC__) && !defined(__INTEL_COMPILER) 21 #pragma GCC diagnostic ignored "-Woverloaded-virtual" 24 #if (OPENTURNS_VERSION_MAJOR == 1 && OPENTURNS_VERSION_MINOR == 8) 25 #include "openturns/NumericalPoint.hxx" 26 #include "openturns/NumericalSample.hxx" 28 #include "openturns/Point.hxx" 29 #include "openturns/Sample.hxx" 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" 39 #if defined(__GNUC__) && !defined(__INTEL_COMPILER) 40 #pragma GCC diagnostic pop