Macros
vtkLegacy.h File Reference

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 59 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 84 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 87 of file vtkLegacy.h.