Macros
vtkExplicitStructuredGridModule.h File Reference

Go to the source code of this file.

Macros

#define VTKEXPLICITSTRUCTUREDGRID_EXPORT   __attribute__((visibility("default")))
 
#define VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_EXPORT   VTKEXPLICITSTRUCTUREDGRID_EXPORT VTKEXPLICITSTRUCTUREDGRID_DEPRECATED
 
#define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_NO_EXPORT   VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT VTKEXPLICITSTRUCTUREDGRID_DEPRECATED
 

Macro Definition Documentation

◆ VTKEXPLICITSTRUCTUREDGRID_EXPORT

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

Definition at line 15 of file vtkExplicitStructuredGridModule.h.

◆ VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT

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

Definition at line 20 of file vtkExplicitStructuredGridModule.h.

◆ VTKEXPLICITSTRUCTUREDGRID_DEPRECATED

#define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkExplicitStructuredGridModule.h.

◆ VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_EXPORT

#define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_EXPORT   VTKEXPLICITSTRUCTUREDGRID_EXPORT VTKEXPLICITSTRUCTUREDGRID_DEPRECATED

Definition at line 29 of file vtkExplicitStructuredGridModule.h.

◆ VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_NO_EXPORT

#define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_NO_EXPORT   VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT VTKEXPLICITSTRUCTUREDGRID_DEPRECATED

Definition at line 33 of file vtkExplicitStructuredGridModule.h.