Macros
vtkLegacy.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTK_LEGACY(method)   method
 
#define VTK_LEGACY_BODY(method, version)
 
#define VTK_LEGACY_REPLACED_BODY(method, version, replace)
 

Macro Definition Documentation

◆ VTK_LEGACY

#define VTK_LEGACY (   method)    method

Definition at line 52 of file vtkLegacy.h.

◆ VTK_LEGACY_BODY

#define VTK_LEGACY_BODY (   method,
  version 
)
Value:
vtkGenericWarningMacro( \
#method " was deprecated for " version " and will be removed in a future version.")

Definition at line 77 of file vtkLegacy.h.

◆ VTK_LEGACY_REPLACED_BODY

#define VTK_LEGACY_REPLACED_BODY (   method,
  version,
  replace 
)
Value:
vtkGenericWarningMacro( \
#method " was deprecated for " version \
" and will be removed in a future version. Use " #replace " instead.")

Definition at line 80 of file vtkLegacy.h.