Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
1f2dc0fd
Commit
1f2dc0fd
authored
Dec 13, 2000
by
Will Schroeder
Browse files
ENH:Tagged version vtk3.2
parent
1f2fc0d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/vtkVersion.h
View file @
1f2dc0fd
...
...
@@ -56,10 +56,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include
"vtkObject.h"
#define VTK_MAJOR_VERSION 3
#define VTK_MINOR_VERSION
1
#define VTK_BUILD_VERSION
2
#define VTK_VERSION "3.
1.2
"
#define VTK_SOURCE_VERSION "vtk version " VTK_VERSION ", vtk source $Revision: 1.71
6
$, $Date: 2000-12-13
01:02
:1
0
$ (GMT)"
#define VTK_MINOR_VERSION
2
#define VTK_BUILD_VERSION
0
#define VTK_VERSION "3.
2.0
"
#define VTK_SOURCE_VERSION "vtk version " VTK_VERSION ", vtk source $Revision: 1.71
7
$, $Date: 2000-12-13
16:56
:1
9
$ (GMT)"
class
VTK_EXPORT
vtkVersion
:
public
vtkObject
{
...
...
@@ -71,11 +71,11 @@ public:
// Return the version of vtk this object is a part of.
// A variety of methods are included. GetVTKSourceVersion returns a string
// with an identifier which timestamps a particular source tree.
static
const
char
*
GetVTKVersion
()
{
return
VTK_VERSION
;
}
;
static
int
GetVTKMajorVersion
()
{
return
VTK_MAJOR_VERSION
;
}
;
static
int
GetVTKMinorVersion
()
{
return
VTK_MINOR_VERSION
;
}
;
static
int
GetVTKBuildVersion
()
{
return
VTK_BUILD_VERSION
;
}
;
static
const
char
*
GetVTKSourceVersion
()
{
return
VTK_SOURCE_VERSION
;
}
;
static
const
char
*
GetVTKVersion
()
{
return
VTK_VERSION
;
}
static
int
GetVTKMajorVersion
()
{
return
VTK_MAJOR_VERSION
;
}
static
int
GetVTKMinorVersion
()
{
return
VTK_MINOR_VERSION
;
}
static
int
GetVTKBuildVersion
()
{
return
VTK_BUILD_VERSION
;
}
static
const
char
*
GetVTKSourceVersion
()
{
return
VTK_SOURCE_VERSION
;
}
protected:
vtkVersion
()
{};
//insure constructor/destructor protected
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment