ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkVersion.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Version | Self |
typedef Object | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static int | GetITKBuildVersion () |
static int | GetITKMajorVersion () |
static int | GetITKMinorVersion () |
static const char * | GetITKSourceVersion () |
static const char * | GetITKVersion () |
static Pointer | New () |
Protected Member Functions | |
Version () | |
~Version () | |
Private Member Functions | |
void | operator= (const Self &) |
Version (const Self &) |
Track the current version of the software.
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 57 of file itkVersion.h.
typedef SmartPointer< const Self > itk::Version::ConstPointer |
Reimplemented from itk::Object.
Definition at line 64 of file itkVersion.h.
typedef SmartPointer< Self > itk::Version::Pointer |
Reimplemented from itk::Object.
Definition at line 63 of file itkVersion.h.
typedef Version itk::Version::Self |
Standard class typedefs.
Reimplemented from itk::Object.
Definition at line 61 of file itkVersion.h.
typedef Object itk::Version::Superclass |
Reimplemented from itk::Object.
Definition at line 62 of file itkVersion.h.
itk::Version::Version | ( | ) | [protected] |
itk::Version::~Version | ( | ) | [protected] |
itk::Version::Version | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::Version::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
static int itk::Version::GetITKBuildVersion | ( | ) | [static] |
static int itk::Version::GetITKMajorVersion | ( | ) | [static] |
static int itk::Version::GetITKMinorVersion | ( | ) | [static] |
static const char* itk::Version::GetITKSourceVersion | ( | ) | [static] |
static const char* itk::Version::GetITKVersion | ( | ) | [static] |
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.
virtual const char* itk::Version::GetNameOfClass | ( | ) | const [virtual] |
Standard part of every itk Object.
Reimplemented from itk::Object.
static Pointer itk::Version::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::Version::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.