ITK  4.1.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Defines
itkVersion.h File Reference

Go to the source code of this file.

Classes

class  itk::Version
 Track the current version of the software. More...

Namespaces

namespace  itk

Defines

#define ITK_SOURCE_VERSION   "itk version " ITK_VERSION
#define ITK_VERSION
#define ITK_VERSION_TO_STRING(x)   ITK_VERSION_TO_STRING0(x)
#define ITK_VERSION_TO_STRING0(x)   #x

Define Documentation

#define ITK_SOURCE_VERSION   "itk version " ITK_VERSION
#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 36 of file itkVersion.h.

Definition at line 34 of file itkVersion.h.

#define ITK_VERSION_TO_STRING0 (   x)    #x

Definition at line 35 of file itkVersion.h.