Macros
vtkSLACFiltersModule.h File Reference

Go to the source code of this file.

Macros

#define VTKSLACFILTERS_EXPORT   __attribute__((visibility("default")))
 
#define VTKSLACFILTERS_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKSLACFILTERS_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKSLACFILTERS_DEPRECATED_EXPORT   VTKSLACFILTERS_EXPORT VTKSLACFILTERS_DEPRECATED
 
#define VTKSLACFILTERS_DEPRECATED_NO_EXPORT   VTKSLACFILTERS_NO_EXPORT VTKSLACFILTERS_DEPRECATED
 

Macro Definition Documentation

◆ VTKSLACFILTERS_EXPORT

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

Definition at line 15 of file vtkSLACFiltersModule.h.

◆ VTKSLACFILTERS_NO_EXPORT

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

Definition at line 20 of file vtkSLACFiltersModule.h.

◆ VTKSLACFILTERS_DEPRECATED

#define VTKSLACFILTERS_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkSLACFiltersModule.h.

◆ VTKSLACFILTERS_DEPRECATED_EXPORT

#define VTKSLACFILTERS_DEPRECATED_EXPORT   VTKSLACFILTERS_EXPORT VTKSLACFILTERS_DEPRECATED

Definition at line 29 of file vtkSLACFiltersModule.h.

◆ VTKSLACFILTERS_DEPRECATED_NO_EXPORT

#define VTKSLACFILTERS_DEPRECATED_NO_EXPORT   VTKSLACFILTERS_NO_EXPORT VTKSLACFILTERS_DEPRECATED

Definition at line 33 of file vtkSLACFiltersModule.h.