![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include <vtkVersion.h>Macros | |
| #define | VTK_VERSION_CHECK(major, minor, build) (10000000000ULL * major + 100000000ULL * minor + build) |
| #define | VTK_VERSION_NUMBER VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_BUILD_VERSION) |
| #define VTK_VERSION_CHECK | ( | major, | |
| minor, | |||
| build | |||
| ) | (10000000000ULL * major + 100000000ULL * minor + build) |
| #define VTK_VERSION_NUMBER VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_BUILD_VERSION) |