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
60 ITK_DISALLOW_COPY_AND_ASSIGN(
Version);
75 static const char * GetITKVersion();
78 static int GetITKMajorVersion();
81 static int GetITKMinorVersion();
84 static int GetITKBuildVersion();
87 static const char * GetITKSourceVersion();
Light weight base class for most itk classes.
Track the current version of the software.
Base class for most ITK classes.