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

Go to the source code of this file.

Macros

#define VTKRENDERINGANNOTATION_EXPORT   __attribute__((visibility("default")))
 
#define VTKRENDERINGANNOTATION_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKRENDERINGANNOTATION_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKRENDERINGANNOTATION_DEPRECATED_EXPORT   VTKRENDERINGANNOTATION_EXPORT VTKRENDERINGANNOTATION_DEPRECATED
 
#define VTKRENDERINGANNOTATION_DEPRECATED_NO_EXPORT   VTKRENDERINGANNOTATION_NO_EXPORT VTKRENDERINGANNOTATION_DEPRECATED
 

Macro Definition Documentation

◆ VTKRENDERINGANNOTATION_EXPORT

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

Definition at line 15 of file vtkRenderingAnnotationModule.h.

◆ VTKRENDERINGANNOTATION_NO_EXPORT

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

Definition at line 20 of file vtkRenderingAnnotationModule.h.

◆ VTKRENDERINGANNOTATION_DEPRECATED

#define VTKRENDERINGANNOTATION_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRenderingAnnotationModule.h.

◆ VTKRENDERINGANNOTATION_DEPRECATED_EXPORT

#define VTKRENDERINGANNOTATION_DEPRECATED_EXPORT   VTKRENDERINGANNOTATION_EXPORT VTKRENDERINGANNOTATION_DEPRECATED

Definition at line 29 of file vtkRenderingAnnotationModule.h.

◆ VTKRENDERINGANNOTATION_DEPRECATED_NO_EXPORT

#define VTKRENDERINGANNOTATION_DEPRECATED_NO_EXPORT   VTKRENDERINGANNOTATION_NO_EXPORT VTKRENDERINGANNOTATION_DEPRECATED

Definition at line 33 of file vtkRenderingAnnotationModule.h.