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) |
| #define VTK_LEGACY_REMOVE |
Definition at line 27 of file vtkLegacy.h.
| #define VTK_LEGACY | ( | method | ) | VTK_LEGACY__0(method, __LINE__) |
Definition at line 44 of file vtkLegacy.h.
| #define VTK_LEGACY__0 | ( | method, | |
| line | |||
| ) | VTK_LEGACY__1(method, line) |
Definition at line 45 of file vtkLegacy.h.
| #define VTK_LEGACY__1 | ( | method, | |
| line | |||
| ) | class vtkLegacyMethodRemoved##line |
Definition at line 46 of file vtkLegacy.h.
| #define VTK_LEGACY_BODY | ( | method, | |
| version | |||
| ) |
Definition at line 81 of file vtkLegacy.h.
Definition at line 82 of file vtkLegacy.h.
1.8.13 on Sat Dec 6 2025