VTK  9.1.0
Macros
vtkDeprecation.h File Reference
#include "vtkVersion.h"
#include "vtkVersionMacros.h"
Include dependency graph for vtkDeprecation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTK_DEPRECATION_LEVEL   VTK_VERSION_NUMBER
 
#define VTK_MINIMUM_DEPRECATION_LEVEL   VTK_VERSION_CHECK(8, 2, 0)
 
#define 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)
 

Macro Definition Documentation

◆ VTK_DEPRECATION_LEVEL

#define VTK_DEPRECATION_LEVEL   VTK_VERSION_NUMBER

Definition at line 70 of file vtkDeprecation.h.

◆ VTK_MINIMUM_DEPRECATION_LEVEL

#define VTK_MINIMUM_DEPRECATION_LEVEL   VTK_VERSION_CHECK(8, 2, 0)

Definition at line 74 of file vtkDeprecation.h.

◆ VTK_DEPRECATION

#define VTK_DEPRECATION (   reason)

Definition at line 109 of file vtkDeprecation.h.

◆ VTK_DEPRECATED_IN_9_1_0

#define VTK_DEPRECATED_IN_9_1_0 (   reason)    VTK_DEPRECATION(reason)

Definition at line 117 of file vtkDeprecation.h.

◆ VTK_DEPRECATED_IN_9_0_0

#define VTK_DEPRECATED_IN_9_0_0 (   reason)    VTK_DEPRECATION(reason)

Definition at line 126 of file vtkDeprecation.h.

◆ VTK_DEPRECATED_IN_8_2_0

#define VTK_DEPRECATED_IN_8_2_0 (   reason)    VTK_DEPRECATION(reason)

Definition at line 135 of file vtkDeprecation.h.