Macros
vtkGenericIOReaderModule.h File Reference

Go to the source code of this file.

Macros

#define VTKGENERICIOREADER_EXPORT   __attribute__((visibility("default")))
 
#define VTKGENERICIOREADER_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKGENERICIOREADER_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKGENERICIOREADER_DEPRECATED_EXPORT   VTKGENERICIOREADER_EXPORT VTKGENERICIOREADER_DEPRECATED
 
#define VTKGENERICIOREADER_DEPRECATED_NO_EXPORT   VTKGENERICIOREADER_NO_EXPORT VTKGENERICIOREADER_DEPRECATED
 

Macro Definition Documentation

◆ VTKGENERICIOREADER_EXPORT

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

Definition at line 15 of file vtkGenericIOReaderModule.h.

◆ VTKGENERICIOREADER_NO_EXPORT

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

Definition at line 20 of file vtkGenericIOReaderModule.h.

◆ VTKGENERICIOREADER_DEPRECATED

#define VTKGENERICIOREADER_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkGenericIOReaderModule.h.

◆ VTKGENERICIOREADER_DEPRECATED_EXPORT

#define VTKGENERICIOREADER_DEPRECATED_EXPORT   VTKGENERICIOREADER_EXPORT VTKGENERICIOREADER_DEPRECATED

Definition at line 29 of file vtkGenericIOReaderModule.h.

◆ VTKGENERICIOREADER_DEPRECATED_NO_EXPORT

#define VTKGENERICIOREADER_DEPRECATED_NO_EXPORT   VTKGENERICIOREADER_NO_EXPORT VTKGENERICIOREADER_DEPRECATED

Definition at line 33 of file vtkGenericIOReaderModule.h.