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

Go to the source code of this file.

Macros

#define VTKDSPFILTERSPLUGIN_EXPORT
 
#define VTKDSPFILTERSPLUGIN_NO_EXPORT
 
#define VTKDSPFILTERSPLUGIN_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKDSPFILTERSPLUGIN_DEPRECATED_EXPORT   VTKDSPFILTERSPLUGIN_EXPORT VTKDSPFILTERSPLUGIN_DEPRECATED
 
#define VTKDSPFILTERSPLUGIN_DEPRECATED_NO_EXPORT   VTKDSPFILTERSPLUGIN_NO_EXPORT VTKDSPFILTERSPLUGIN_DEPRECATED
 

Macro Definition Documentation

◆ VTKDSPFILTERSPLUGIN_EXPORT

#define VTKDSPFILTERSPLUGIN_EXPORT

Definition at line 15 of file vtkDSPFiltersPluginModule.h.

◆ VTKDSPFILTERSPLUGIN_NO_EXPORT

#define VTKDSPFILTERSPLUGIN_NO_EXPORT

Definition at line 20 of file vtkDSPFiltersPluginModule.h.

◆ VTKDSPFILTERSPLUGIN_DEPRECATED

#define VTKDSPFILTERSPLUGIN_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkDSPFiltersPluginModule.h.

◆ VTKDSPFILTERSPLUGIN_DEPRECATED_EXPORT

#define VTKDSPFILTERSPLUGIN_DEPRECATED_EXPORT   VTKDSPFILTERSPLUGIN_EXPORT VTKDSPFILTERSPLUGIN_DEPRECATED

Definition at line 29 of file vtkDSPFiltersPluginModule.h.

◆ VTKDSPFILTERSPLUGIN_DEPRECATED_NO_EXPORT

#define VTKDSPFILTERSPLUGIN_DEPRECATED_NO_EXPORT   VTKDSPFILTERSPLUGIN_NO_EXPORT VTKDSPFILTERSPLUGIN_DEPRECATED

Definition at line 33 of file vtkDSPFiltersPluginModule.h.