Go to the source code of this file.
Namespaces | |
namespace | itk |
Compounds | |
class | Version |
Track the current version of the software. More... | |
Defines | |
#define | ITK_VERSION_TO_STRING(x) ITK_VERSION_TO_STRING0(x) |
#define | ITK_VERSION_TO_STRING0(x) #x |
#define | ITK_VERSION |
#define | ITK_SOURCE_VERSION "itk version " ITK_VERSION ", itk source $Revision: 1.857.2.1 $, $Date: 2003/03/11 14:48:51 $ (GMT)" |
|
Definition at line 31 of file itkVersion.h. Referenced by itk::Version::GetITKSourceVersion(). |
|
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(). |
|
Definition at line 26 of file itkVersion.h. |
|
Definition at line 27 of file itkVersion.h. |