Macros
vtkParaViewDeprecation.h File Reference
#include "vtkPVVersion.h"
Include dependency graph for vtkParaViewDeprecation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PARAVIEW_DEPRECATION_LEVEL   PARAVIEW_VERSION_NUMBER
 
#define PARAVIEW_MINIMUM_DEPRECATION_LEVEL   PARAVIEW_VERSION_CHECK(5, 10, 0)
 
#define PARAVIEW_DEPRECATION(reason)
 
#define PARAVIEW_DEPRECATED_IN_5_12_0(reason)   PARAVIEW_DEPRECATION(reason)
 
#define PARAVIEW_DEPRECATED_IN_5_11_0(reason)   PARAVIEW_DEPRECATION(reason)
 
#define PARAVIEW_DEPRECATED_IN_5_10_0(reason)   PARAVIEW_DEPRECATION(reason)
 

Macro Definition Documentation

◆ PARAVIEW_DEPRECATION_LEVEL

#define PARAVIEW_DEPRECATION_LEVEL   PARAVIEW_VERSION_NUMBER

Definition at line 53 of file vtkParaViewDeprecation.h.

◆ PARAVIEW_MINIMUM_DEPRECATION_LEVEL

#define PARAVIEW_MINIMUM_DEPRECATION_LEVEL   PARAVIEW_VERSION_CHECK(5, 10, 0)

Definition at line 57 of file vtkParaViewDeprecation.h.

◆ PARAVIEW_DEPRECATION

#define PARAVIEW_DEPRECATION (   reason)

Definition at line 92 of file vtkParaViewDeprecation.h.

◆ PARAVIEW_DEPRECATED_IN_5_12_0

#define PARAVIEW_DEPRECATED_IN_5_12_0 (   reason)    PARAVIEW_DEPRECATION(reason)

Definition at line 100 of file vtkParaViewDeprecation.h.

◆ PARAVIEW_DEPRECATED_IN_5_11_0

#define PARAVIEW_DEPRECATED_IN_5_11_0 (   reason)    PARAVIEW_DEPRECATION(reason)

Definition at line 109 of file vtkParaViewDeprecation.h.

◆ PARAVIEW_DEPRECATED_IN_5_10_0

#define PARAVIEW_DEPRECATED_IN_5_10_0 (   reason)    PARAVIEW_DEPRECATION(reason)

Definition at line 118 of file vtkParaViewDeprecation.h.