ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkVersion.h File Reference
#include "itkObject.h"
#include "itkObjectFactory.h"
+ Include dependency graph for itkVersion.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::Version
 

Namespaces

namespace  itk
 

Macros

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

Macro Definition Documentation

◆ ITK_SOURCE_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)
#define ITK_VERSION_TO_STRING(x)
Definition itkVersion.h:34

Definition at line 36 of file itkVersion.h.

◆ ITK_VERSION_TO_STRING

#define ITK_VERSION_TO_STRING ( x)
Value:
#define ITK_VERSION_TO_STRING0(x)
Definition itkVersion.h:35

Definition at line 34 of file itkVersion.h.

◆ ITK_VERSION_TO_STRING0

#define ITK_VERSION_TO_STRING0 ( x)
Value:
#x

Definition at line 35 of file itkVersion.h.