Macros
vtkRenderingUIModule.h File Reference
#include "vtkRenderingCoreModule.h"
Include dependency graph for vtkRenderingUIModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTKRENDERINGUI_EXPORT   __attribute__((visibility("default")))
 
#define VTKRENDERINGUI_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKRENDERINGUI_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKRENDERINGUI_DEPRECATED_EXPORT   VTKRENDERINGUI_EXPORT VTKRENDERINGUI_DEPRECATED
 
#define VTKRENDERINGUI_DEPRECATED_NO_EXPORT   VTKRENDERINGUI_NO_EXPORT VTKRENDERINGUI_DEPRECATED
 

Macro Definition Documentation

◆ VTKRENDERINGUI_EXPORT

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

Definition at line 15 of file vtkRenderingUIModule.h.

◆ VTKRENDERINGUI_NO_EXPORT

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

Definition at line 20 of file vtkRenderingUIModule.h.

◆ VTKRENDERINGUI_DEPRECATED

#define VTKRENDERINGUI_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRenderingUIModule.h.

◆ VTKRENDERINGUI_DEPRECATED_EXPORT

#define VTKRENDERINGUI_DEPRECATED_EXPORT   VTKRENDERINGUI_EXPORT VTKRENDERINGUI_DEPRECATED

Definition at line 29 of file vtkRenderingUIModule.h.

◆ VTKRENDERINGUI_DEPRECATED_NO_EXPORT

#define VTKRENDERINGUI_DEPRECATED_NO_EXPORT   VTKRENDERINGUI_NO_EXPORT VTKRENDERINGUI_DEPRECATED

Definition at line 33 of file vtkRenderingUIModule.h.