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

Go to the source code of this file.

Macros

#define VTKDSPDATAMODEL_EXPORT
 
#define VTKDSPDATAMODEL_NO_EXPORT
 
#define VTKDSPDATAMODEL_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKDSPDATAMODEL_DEPRECATED_EXPORT   VTKDSPDATAMODEL_EXPORT VTKDSPDATAMODEL_DEPRECATED
 
#define VTKDSPDATAMODEL_DEPRECATED_NO_EXPORT   VTKDSPDATAMODEL_NO_EXPORT VTKDSPDATAMODEL_DEPRECATED
 

Macro Definition Documentation

◆ VTKDSPDATAMODEL_EXPORT

#define VTKDSPDATAMODEL_EXPORT

Definition at line 15 of file vtkDSPDataModelModule.h.

◆ VTKDSPDATAMODEL_NO_EXPORT

#define VTKDSPDATAMODEL_NO_EXPORT

Definition at line 20 of file vtkDSPDataModelModule.h.

◆ VTKDSPDATAMODEL_DEPRECATED

#define VTKDSPDATAMODEL_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkDSPDataModelModule.h.

◆ VTKDSPDATAMODEL_DEPRECATED_EXPORT

#define VTKDSPDATAMODEL_DEPRECATED_EXPORT   VTKDSPDATAMODEL_EXPORT VTKDSPDATAMODEL_DEPRECATED

Definition at line 29 of file vtkDSPDataModelModule.h.

◆ VTKDSPDATAMODEL_DEPRECATED_NO_EXPORT

#define VTKDSPDATAMODEL_DEPRECATED_NO_EXPORT   VTKDSPDATAMODEL_NO_EXPORT VTKDSPDATAMODEL_DEPRECATED

Definition at line 33 of file vtkDSPDataModelModule.h.