#include <itkVersion.h>
Inheritance diagram for itk::Version:
Public Types | |
typedef Version | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
Pointer | New () |
const char * | GetITKVersion () |
int | GetITKMajorVersion () |
int | GetITKMinorVersion () |
int | GetITKBuildVersion () |
const char * | GetITKSourceVersion () |
Protected Member Functions | |
Version () | |
~Version () |
Holds methods for defining/determining the current itk version (major, minor, build).
This file will change frequently to update the ITKSourceVersion which timestamps a particular source release.
Definition at line 47 of file itkVersion.h.
|
Reimplemented from itk::Object. Definition at line 54 of file itkVersion.h. |
|
Reimplemented from itk::Object. Definition at line 53 of file itkVersion.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 51 of file itkVersion.h. |
|
Reimplemented from itk::Object. Definition at line 52 of file itkVersion.h. |
|
|
|
|
|
Return the version of itk this object is a part of. A variety of methods are included. GetITKSourceVersion returns a string with an identifier which timestamps a particular source tree. Definition at line 68 of file itkVersion.h. |
|
Return the version of itk this object is a part of. A variety of methods are included. GetITKSourceVersion returns a string with an identifier which timestamps a particular source tree. Definition at line 66 of file itkVersion.h. |
|
Return the version of itk this object is a part of. A variety of methods are included. GetITKSourceVersion returns a string with an identifier which timestamps a particular source tree. Definition at line 67 of file itkVersion.h. |
|
Return the version of itk this object is a part of. A variety of methods are included. GetITKSourceVersion returns a string with an identifier which timestamps a particular source tree. Definition at line 69 of file itkVersion.h. References ITK_SOURCE_VERSION. |
|
Return the version of itk this object is a part of. A variety of methods are included. GetITKSourceVersion returns a string with an identifier which timestamps a particular source tree. Definition at line 65 of file itkVersion.h. References ITK_VERSION. |
|
Standard part of every itk Object. Reimplemented from itk::Object. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |