Macros
vtkLegacy.h File Reference

Go to the source code of this file.

Macros

#define VTK_LEGACY_REMOVE
 
#define VTK_LEGACY(method)   VTK_LEGACY__0(method, __LINE__)
 
#define VTK_LEGACY__0(method, line)   VTK_LEGACY__1(method, line)
 
#define VTK_LEGACY__1(method, line)   class vtkLegacyMethodRemoved##line
 
#define VTK_LEGACY_BODY(method, version)
 
#define VTK_LEGACY_REPLACED_BODY(method, version, replace)
 

Macro Definition Documentation

◆ VTK_LEGACY_REMOVE

#define VTK_LEGACY_REMOVE

Definition at line 27 of file vtkLegacy.h.

◆ VTK_LEGACY

#define VTK_LEGACY (   method)    VTK_LEGACY__0(method, __LINE__)

Definition at line 44 of file vtkLegacy.h.

◆ VTK_LEGACY__0

#define VTK_LEGACY__0 (   method,
  line 
)    VTK_LEGACY__1(method, line)

Definition at line 45 of file vtkLegacy.h.

◆ VTK_LEGACY__1

#define VTK_LEGACY__1 (   method,
  line 
)    class vtkLegacyMethodRemoved##line

Definition at line 46 of file vtkLegacy.h.

◆ VTK_LEGACY_BODY

#define VTK_LEGACY_BODY (   method,
  version 
)

Definition at line 81 of file vtkLegacy.h.

◆ VTK_LEGACY_REPLACED_BODY

#define VTK_LEGACY_REPLACED_BODY (   method,
  version,
  replace 
)

Definition at line 82 of file vtkLegacy.h.