VTK  9.1.0
vtkConfigure.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkConfigure.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 vtkConfigure_h
16#define vtkConfigure_h
17
18#include "vtkLegacy.h"
19
20#ifndef VTK_LEGACY_REMOVE
21#include "vtkBuild.h"
22#include "vtkCompiler.h"
23#include "vtkDebug.h"
24#include "vtkDebugRangeIterators.h"
25#include "vtkEndian.h"
26#include "vtkFeatures.h"
27#include "vtkOptions.h"
28#include "vtkPlatform.h"
29#include "vtkSMP.h"
30#include "vtkThreads.h"
31
32#include "vtkConfigureDeprecated.h"
33
34#include "vtkVersionMacros.h"
35
36/* Legacy macros that are not required as VTK requires a C++11 compiler */
37#define VTK_OVERRIDE override
38#define VTK_FINAL final
39#define VTK_DELETE_FUNCTION = delete
40#elif !defined(VTK_LEGACY_SILENT)
41#ifdef _MSC_VER
42#pragma message( \
43 "vtkConfigure.h is deprecated. Please include the relevant header for what you need instead.")
44#else
45#warning \
46 "vtkConfigure.h is deprecated. Please include the relevant header for what you need instead."
47#endif
48#endif
49
50#endif // vtkConfigure_h
51
52// VTK-HeaderTest-Exclude: vtkConfigure.h