Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::Version |
Track the current version of the software. More... | |
Defines | |
#define | ITK_SOURCE_VERSION "itk version " ITK_VERSION ", itk source $Revision: 1.2749 $, $Date: 2008-07-29 02:01:16 $ (GMT)" |
#define | ITK_VERSION |
#define | ITK_VERSION_TO_STRING(x) ITK_VERSION_TO_STRING0(x) |
#define | ITK_VERSION_TO_STRING0(x) #x |
#define ITK_SOURCE_VERSION "itk version " ITK_VERSION ", itk source $Revision: 1.2749 $, $Date: 2008-07-29 02:01:16 $ (GMT)" |
Definition at line 31 of file itkVersion.h.
Referenced by itk::Version::GetITKSourceVersion(), and itk::RawImageIOFactory< TPixel, VImageDimension >::GetITKSourceVersion().
#define ITK_VERSION |
Value:
ITK_VERSION_TO_STRING(ITK_VERSION_MAJOR) "." \ ITK_VERSION_TO_STRING(ITK_VERSION_MINOR) "." \ ITK_VERSION_TO_STRING(ITK_VERSION_PATCH)
Definition at line 28 of file itkVersion.h.
Referenced by itk::Version::GetITKVersion().
#define ITK_VERSION_TO_STRING | ( | x | ) | ITK_VERSION_TO_STRING0(x) |
Definition at line 26 of file itkVersion.h.
#define ITK_VERSION_TO_STRING0 | ( | x | ) | #x |
Definition at line 27 of file itkVersion.h.