VTK
9.2.20230205
|
#include "vtkVersionMacros.h"
Go to the source code of this file.
Macros | |
#define | VTK_DEPRECATION_LEVEL VTK_VERSION_NUMBER |
#define | VTK_MINIMUM_DEPRECATION_LEVEL VTK_VERSION_CHECK(9, 1, 0) |
#define | 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) |
#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 |
Definition at line 69 of file vtkDeprecation.h.
#define VTK_MINIMUM_DEPRECATION_LEVEL VTK_VERSION_CHECK(9, 1, 0) |
Definition at line 73 of file vtkDeprecation.h.
#define VTK_DEPRECATION | ( | reason | ) |
Definition at line 108 of file vtkDeprecation.h.
#define VTK_DEPRECATED_IN_9_3_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 116 of file vtkDeprecation.h.
#define VTK_DEPRECATED_IN_9_2_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 125 of file vtkDeprecation.h.
#define VTK_DEPRECATED_IN_9_1_0 | ( | reason | ) |
Definition at line 134 of file vtkDeprecation.h.
#define VTK_DEPRECATED_IN_9_0_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 140 of file vtkDeprecation.h.
#define VTK_DEPRECATED_IN_8_2_0 | ( | reason | ) | VTK_DEPRECATION(reason) |
Definition at line 146 of file vtkDeprecation.h.