Macros
vtkVersionQuick.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTK_MAJOR_VERSION   9
 
#define VTK_MINOR_VERSION   3
 
#define VTK_EPOCH_VERSION   20230101
 
#define VTK_VERSION_CHECK(major, minor, build)   (10000000000ULL * major + 100000000ULL * minor + build)
 
#define VTK_VERSION_NUMBER_QUICK   VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_EPOCH_VERSION)
 

Macro Definition Documentation

◆ VTK_MAJOR_VERSION

#define VTK_MAJOR_VERSION   9

Definition at line 8 of file vtkVersionQuick.h.

◆ VTK_MINOR_VERSION

#define VTK_MINOR_VERSION   3

Definition at line 9 of file vtkVersionQuick.h.

◆ VTK_EPOCH_VERSION

#define VTK_EPOCH_VERSION   20230101

Definition at line 10 of file vtkVersionQuick.h.

◆ VTK_VERSION_CHECK

#define VTK_VERSION_CHECK (   major,
  minor,
  build 
)    (10000000000ULL * major + 100000000ULL * minor + build)

Definition at line 12 of file vtkVersionQuick.h.

◆ VTK_VERSION_NUMBER_QUICK

#define VTK_VERSION_NUMBER_QUICK   VTK_VERSION_CHECK(VTK_MAJOR_VERSION, VTK_MINOR_VERSION, VTK_EPOCH_VERSION)

Definition at line 14 of file vtkVersionQuick.h.