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

Go to the source code of this file.

Macros

#define VTKCOMMONTRANSFORMS_EXPORT   __attribute__((visibility("default")))
 
#define VTKCOMMONTRANSFORMS_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKCOMMONTRANSFORMS_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKCOMMONTRANSFORMS_DEPRECATED_EXPORT   VTKCOMMONTRANSFORMS_EXPORT VTKCOMMONTRANSFORMS_DEPRECATED
 
#define VTKCOMMONTRANSFORMS_DEPRECATED_NO_EXPORT   VTKCOMMONTRANSFORMS_NO_EXPORT VTKCOMMONTRANSFORMS_DEPRECATED
 

Macro Definition Documentation

◆ VTKCOMMONTRANSFORMS_EXPORT

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

Definition at line 15 of file vtkCommonTransformsModule.h.

◆ VTKCOMMONTRANSFORMS_NO_EXPORT

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

Definition at line 20 of file vtkCommonTransformsModule.h.

◆ VTKCOMMONTRANSFORMS_DEPRECATED

#define VTKCOMMONTRANSFORMS_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkCommonTransformsModule.h.

◆ VTKCOMMONTRANSFORMS_DEPRECATED_EXPORT

#define VTKCOMMONTRANSFORMS_DEPRECATED_EXPORT   VTKCOMMONTRANSFORMS_EXPORT VTKCOMMONTRANSFORMS_DEPRECATED

Definition at line 29 of file vtkCommonTransformsModule.h.

◆ VTKCOMMONTRANSFORMS_DEPRECATED_NO_EXPORT

#define VTKCOMMONTRANSFORMS_DEPRECATED_NO_EXPORT   VTKCOMMONTRANSFORMS_NO_EXPORT VTKCOMMONTRANSFORMS_DEPRECATED

Definition at line 33 of file vtkCommonTransformsModule.h.