vtkbone
vtkboneVersion.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Copyright 2010-2016, Numerics88 Solutions Ltd.
4 http://www.numerics88.com/
5
6 Copyright (c) Eric Nodwell and Steven K. Boyd
7 See Copyright.txt for details.
8
9 This software is distributed WITHOUT ANY WARRANTY; without even
10 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11 PURPOSE. See the above copyright notice for more information.
12=========================================================================*/
13
20#ifndef __vtkboneVersion_h
21#define __vtkboneVersion_h
22
23#include "vtkObject.h"
24#include "vtkboneWin32Header.h"
25
26class VTKBONE_EXPORT vtkboneVersion : public vtkObject
27{
28public:
31
33
34 static const char *GetVTKBONEVersion();
35 static const char *GetvtkboneVersion();
37
39
43
45
49
51
55
56protected:
59private:
60 vtkboneVersion(const vtkboneVersion&); // Not implemented.
61 void operator=(const vtkboneVersion&); // Not implemented.
62};
63
64#endif
void operator=(const vtkObjectBase &)
Versioning class for vtkbone.
static int GetvtkboneMinorMinorVersion()
static int GetvtkboneMinorVersion()
static int GetVTKBONEMinorMinorVersion()
static const char * GetVTKBONEVersion()
static int GetvtkboneMajorVersion()
static int GetVTKBONEMajorVersion()
static int GetVTKBONEMinorVersion()
static const char * GetvtkboneVersion()
static vtkboneVersion * New()