#include "vtkABINamespace.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 |
#define VTKCOMMONEXECUTIONMODEL_EXPORT __attribute__((visibility("default"))) |
Definition at line 15 of file vtkCommonExecutionModelModule.h.
#define VTKCOMMONEXECUTIONMODEL_NO_EXPORT __attribute__((visibility("hidden"))) |
Definition at line 20 of file vtkCommonExecutionModelModule.h.
#define VTKCOMMONEXECUTIONMODEL_DEPRECATED __attribute__ ((__deprecated__)) |
Definition at line 25 of file vtkCommonExecutionModelModule.h.
#define VTKCOMMONEXECUTIONMODEL_DEPRECATED_EXPORT VTKCOMMONEXECUTIONMODEL_EXPORT VTKCOMMONEXECUTIONMODEL_DEPRECATED |
Definition at line 29 of file vtkCommonExecutionModelModule.h.
#define VTKCOMMONEXECUTIONMODEL_DEPRECATED_NO_EXPORT VTKCOMMONEXECUTIONMODEL_NO_EXPORT VTKCOMMONEXECUTIONMODEL_DEPRECATED |
Definition at line 33 of file vtkCommonExecutionModelModule.h.