
Go to the source code of this file.
Macros | |
| #define | VTK_MAJOR_VERSION 9 |
| #define | VTK_MINOR_VERSION 5 |
| #define | VTK_EPOCH_VERSION 20250514 |
| #define | VTK_VERSION_CHECK(major, minor, build) (10000000000ULL * major + 100000000ULL * minor + build) |
| #define | VTK_VERSION_NUMBER_QUICK VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_EPOCH_VERSION) |
| #define VTK_MAJOR_VERSION 9 |
Definition at line 8 of file vtkVersionQuick.h.
| #define VTK_MINOR_VERSION 5 |
Definition at line 9 of file vtkVersionQuick.h.
| #define VTK_EPOCH_VERSION 20250514 |
Definition at line 10 of file vtkVersionQuick.h.
| #define VTK_VERSION_CHECK | ( | major, | |
| minor, | |||
| build | |||
| ) | (10000000000ULL * major + 100000000ULL * minor + build) |
Definition at line 12 of file vtkVersionQuick.h.
| #define VTK_VERSION_NUMBER_QUICK VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_EPOCH_VERSION) |
Definition at line 14 of file vtkVersionQuick.h.
1.8.13 on Wed Dec 10 2025