Macros
vtkIONetCDFModule.h File Reference
#include "vtkABINamespace.h"
Include dependency graph for vtkIONetCDFModule.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VTKIONETCDF_EXPORT   __attribute__((visibility("default")))
 
#define VTKIONETCDF_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKIONETCDF_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKIONETCDF_DEPRECATED_EXPORT   VTKIONETCDF_EXPORT VTKIONETCDF_DEPRECATED
 
#define VTKIONETCDF_DEPRECATED_NO_EXPORT   VTKIONETCDF_NO_EXPORT VTKIONETCDF_DEPRECATED
 

Macro Definition Documentation

◆ VTKIONETCDF_EXPORT

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

Definition at line 15 of file vtkIONetCDFModule.h.

◆ VTKIONETCDF_NO_EXPORT

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

Definition at line 20 of file vtkIONetCDFModule.h.

◆ VTKIONETCDF_DEPRECATED

#define VTKIONETCDF_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkIONetCDFModule.h.

◆ VTKIONETCDF_DEPRECATED_EXPORT

#define VTKIONETCDF_DEPRECATED_EXPORT   VTKIONETCDF_EXPORT VTKIONETCDF_DEPRECATED

Definition at line 29 of file vtkIONetCDFModule.h.

◆ VTKIONETCDF_DEPRECATED_NO_EXPORT

#define VTKIONETCDF_DEPRECATED_NO_EXPORT   VTKIONETCDF_NO_EXPORT VTKIONETCDF_DEPRECATED

Definition at line 33 of file vtkIONetCDFModule.h.