open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Macros
iAItkVersion.h File Reference
#include <itkConfigure.h>

Macros

#define ITK_VERSION_CHECK(major, minor, patch)    (10000000000ULL * major + 100000000ULL * minor + patch)
 
#define ITK_VERSION_NUMBER    ITK_VERSION_CHECK(ITK_VERSION_MAJOR, ITK_VERSION_MINOR, ITK_VERSION_PATCH)
 

Macro Definition Documentation

◆ ITK_VERSION_CHECK

#define ITK_VERSION_CHECK (   major,
  minor,
  patch 
)     (10000000000ULL * major + 100000000ULL * minor + patch)

◆ ITK_VERSION_NUMBER

#define ITK_VERSION_NUMBER    ITK_VERSION_CHECK(ITK_VERSION_MAJOR, ITK_VERSION_MINOR, ITK_VERSION_PATCH)