|
VTK
9.5.20251027
|
#include "vtkVersionQuick.h"Go to the source code of this file.
Macros | |
| #define | VTK_DEPRECATION_LEVEL VTK_VERSION_NUMBER_QUICK |
| #define | VTK_MINIMUM_DEPRECATION_LEVEL VTK_VERSION_CHECK(9, 4, 0) |
| #define | VTK_DEPRECATION(reason) [[deprecated(reason)]] |
| #define | VTK_DEPRECATED_IN_9_6_0(reason) VTK_DEPRECATION(reason) |
| #define | VTK_DEPRECATED_IN_9_5_0(reason) VTK_DEPRECATION(reason) |
| #define | VTK_DEPRECATED_IN_9_4_0(reason) VTK_DEPRECATION(reason) |
| #define | VTK_DEPRECATED_IN_9_3_0(reason) VTK_DEPRECATION(reason) |
| #define | VTK_DEPRECATED_IN_9_2_0(reason) VTK_DEPRECATION(reason) |
| #define | VTK_DEPRECATED_IN_9_1_0(reason) VTK_DEPRECATION(reason) |
| #define | VTK_DEPRECATED_IN_9_0_0(reason) VTK_DEPRECATION(reason) |
| #define | VTK_DEPRECATED_IN_8_2_0(reason) VTK_DEPRECATION(reason) |
| #define VTK_DEPRECATION_LEVEL VTK_VERSION_NUMBER_QUICK |
Definition at line 51 of file vtkDeprecation.h.
| #define VTK_MINIMUM_DEPRECATION_LEVEL VTK_VERSION_CHECK(9, 4, 0) |
Definition at line 56 of file vtkDeprecation.h.
| #define VTK_DEPRECATION | ( | reason | ) | [[deprecated(reason)]] |
Definition at line 72 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_9_6_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 79 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_9_5_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 88 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_9_4_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 97 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_9_3_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 103 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_9_2_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 109 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_9_1_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 115 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_9_0_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 121 of file vtkDeprecation.h.
| #define VTK_DEPRECATED_IN_8_2_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 127 of file vtkDeprecation.h.