Macros
vtkWrappingToolsModule.h File Reference

Go to the source code of this file.

Macros

#define VTKWRAPPINGTOOLS_EXPORT   __attribute__((visibility("default")))
 
#define VTKWRAPPINGTOOLS_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKWRAPPINGTOOLS_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKWRAPPINGTOOLS_DEPRECATED_EXPORT   VTKWRAPPINGTOOLS_EXPORT VTKWRAPPINGTOOLS_DEPRECATED
 
#define VTKWRAPPINGTOOLS_DEPRECATED_NO_EXPORT   VTKWRAPPINGTOOLS_NO_EXPORT VTKWRAPPINGTOOLS_DEPRECATED
 

Macro Definition Documentation

◆ VTKWRAPPINGTOOLS_EXPORT

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

Definition at line 15 of file vtkWrappingToolsModule.h.

◆ VTKWRAPPINGTOOLS_NO_EXPORT

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

Definition at line 20 of file vtkWrappingToolsModule.h.

◆ VTKWRAPPINGTOOLS_DEPRECATED

#define VTKWRAPPINGTOOLS_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkWrappingToolsModule.h.

◆ VTKWRAPPINGTOOLS_DEPRECATED_EXPORT

#define VTKWRAPPINGTOOLS_DEPRECATED_EXPORT   VTKWRAPPINGTOOLS_EXPORT VTKWRAPPINGTOOLS_DEPRECATED

Definition at line 29 of file vtkWrappingToolsModule.h.

◆ VTKWRAPPINGTOOLS_DEPRECATED_NO_EXPORT

#define VTKWRAPPINGTOOLS_DEPRECATED_NO_EXPORT   VTKWRAPPINGTOOLS_NO_EXPORT VTKWRAPPINGTOOLS_DEPRECATED

Definition at line 33 of file vtkWrappingToolsModule.h.