34 #define ITK_VERSION_TO_STRING(x) ITK_VERSION_TO_STRING0(x)
35 #define ITK_VERSION_TO_STRING0(x) #x
37 ITK_VERSION_TO_STRING(ITK_VERSION_MAJOR) "." \
38 ITK_VERSION_TO_STRING(ITK_VERSION_MINOR) "." \
39 ITK_VERSION_TO_STRING(ITK_VERSION_PATCH)
40 #define ITK_SOURCE_VERSION "itk version " ITK_VERSION
73 static const char * GetITKVersion();
76 static int GetITKMajorVersion();
79 static int GetITKMinorVersion();
82 static int GetITKBuildVersion();
85 static const char * GetITKSourceVersion();
92 ITK_DISALLOW_COPY_AND_ASSIGN(
Version);
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
SmartPointer< const Self > ConstPointer
Track the current version of the software.
Base class for most ITK classes.