Macros
vtkCommonExecutionModelModule.h File Reference
#include "vtkABINamespace.h"
Include dependency graph for vtkCommonExecutionModelModule.h:

Go to the source code of this file.

Macros

#define VTKCOMMONEXECUTIONMODEL_EXPORT   __attribute__((visibility("default")))
 
#define VTKCOMMONEXECUTIONMODEL_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKCOMMONEXECUTIONMODEL_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKCOMMONEXECUTIONMODEL_DEPRECATED_EXPORT   VTKCOMMONEXECUTIONMODEL_EXPORT VTKCOMMONEXECUTIONMODEL_DEPRECATED
 
#define VTKCOMMONEXECUTIONMODEL_DEPRECATED_NO_EXPORT   VTKCOMMONEXECUTIONMODEL_NO_EXPORT VTKCOMMONEXECUTIONMODEL_DEPRECATED
 

Macro Definition Documentation

◆ VTKCOMMONEXECUTIONMODEL_EXPORT

#define VTKCOMMONEXECUTIONMODEL_EXPORT   __attribute__((visibility("default")))

Definition at line 15 of file vtkCommonExecutionModelModule.h.

◆ VTKCOMMONEXECUTIONMODEL_NO_EXPORT

#define VTKCOMMONEXECUTIONMODEL_NO_EXPORT   __attribute__((visibility("hidden")))

Definition at line 20 of file vtkCommonExecutionModelModule.h.

◆ VTKCOMMONEXECUTIONMODEL_DEPRECATED

#define VTKCOMMONEXECUTIONMODEL_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkCommonExecutionModelModule.h.

◆ VTKCOMMONEXECUTIONMODEL_DEPRECATED_EXPORT

#define VTKCOMMONEXECUTIONMODEL_DEPRECATED_EXPORT   VTKCOMMONEXECUTIONMODEL_EXPORT VTKCOMMONEXECUTIONMODEL_DEPRECATED

Definition at line 29 of file vtkCommonExecutionModelModule.h.

◆ VTKCOMMONEXECUTIONMODEL_DEPRECATED_NO_EXPORT

#define VTKCOMMONEXECUTIONMODEL_DEPRECATED_NO_EXPORT   VTKCOMMONEXECUTIONMODEL_NO_EXPORT VTKCOMMONEXECUTIONMODEL_DEPRECATED

Definition at line 33 of file vtkCommonExecutionModelModule.h.