open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Macros
iAVtkVersion.h File Reference
#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)
 

Macro Definition Documentation

◆ VTK_VERSION_CHECK

#define VTK_VERSION_CHECK (   major,
  minor,
  build 
)     (10000000000ULL * major + 100000000ULL * minor + build)

◆ VTK_VERSION_NUMBER

#define VTK_VERSION_NUMBER    VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_BUILD_VERSION)