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

Go to the source code of this file.

Macros

#define VTKPVVTKEXTENSIONSEXTRACTION_EXPORT   __attribute__((visibility("default")))
 
#define VTKPVVTKEXTENSIONSEXTRACTION_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED_EXPORT   VTKPVVTKEXTENSIONSEXTRACTION_EXPORT VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED
 
#define VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED_NO_EXPORT   VTKPVVTKEXTENSIONSEXTRACTION_NO_EXPORT VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED
 

Macro Definition Documentation

◆ VTKPVVTKEXTENSIONSEXTRACTION_EXPORT

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

Definition at line 15 of file vtkPVVTKExtensionsExtractionModule.h.

◆ VTKPVVTKEXTENSIONSEXTRACTION_NO_EXPORT

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

Definition at line 20 of file vtkPVVTKExtensionsExtractionModule.h.

◆ VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED

#define VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkPVVTKExtensionsExtractionModule.h.

◆ VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED_EXPORT

#define VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED_EXPORT   VTKPVVTKEXTENSIONSEXTRACTION_EXPORT VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED

Definition at line 29 of file vtkPVVTKExtensionsExtractionModule.h.

◆ VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED_NO_EXPORT

#define VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED_NO_EXPORT   VTKPVVTKEXTENSIONSEXTRACTION_NO_EXPORT VTKPVVTKEXTENSIONSEXTRACTION_DEPRECATED

Definition at line 33 of file vtkPVVTKExtensionsExtractionModule.h.