Classes | Macros
vtkDynamicProperties.h File Reference
#include "vtkRemotingServerManagerModule.h"
Include dependency graph for vtkDynamicProperties.h:

Go to the source code of this file.

Classes

class  vtkDynamicProperties
 Key names and types for dynamic properties. More...
 

Macros

#define VTK_DYNAMIC_PROPERTIES_MAJOR_VERSION   1
 
#define VTK_DYNAMIC_PROPERTIES_MINOR_VERSION   0
 
#define VTK_DYNAMIC_PROPERTIES_VERSION_CHECK(major, minor)   (100000000 * major + minor)
 
#define VTK_DYNAMIC_PROPERTIES_VERSION_NUMBER_QUICK
 

Macro Definition Documentation

◆ VTK_DYNAMIC_PROPERTIES_MAJOR_VERSION

#define VTK_DYNAMIC_PROPERTIES_MAJOR_VERSION   1

Definition at line 22 of file vtkDynamicProperties.h.

◆ VTK_DYNAMIC_PROPERTIES_MINOR_VERSION

#define VTK_DYNAMIC_PROPERTIES_MINOR_VERSION   0

Definition at line 23 of file vtkDynamicProperties.h.

◆ VTK_DYNAMIC_PROPERTIES_VERSION_CHECK

#define VTK_DYNAMIC_PROPERTIES_VERSION_CHECK (   major,
  minor 
)    (100000000 * major + minor)

Definition at line 24 of file vtkDynamicProperties.h.

◆ VTK_DYNAMIC_PROPERTIES_VERSION_NUMBER_QUICK

#define VTK_DYNAMIC_PROPERTIES_VERSION_NUMBER_QUICK
Value:
#define VTK_DYNAMIC_PROPERTIES_MINOR_VERSION
#define VTK_DYNAMIC_PROPERTIES_MAJOR_VERSION
#define VTK_DYNAMIC_PROPERTIES_VERSION_CHECK(major, minor)

Definition at line 25 of file vtkDynamicProperties.h.