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

Go to the source code of this file.

Macros

#define VTKIOPIO_EXPORT   __attribute__((visibility("default")))
 
#define VTKIOPIO_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKIOPIO_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKIOPIO_DEPRECATED_EXPORT   VTKIOPIO_EXPORT VTKIOPIO_DEPRECATED
 
#define VTKIOPIO_DEPRECATED_NO_EXPORT   VTKIOPIO_NO_EXPORT VTKIOPIO_DEPRECATED
 

Macro Definition Documentation

◆ VTKIOPIO_EXPORT

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

Definition at line 15 of file vtkIOPIOModule.h.

◆ VTKIOPIO_NO_EXPORT

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

Definition at line 20 of file vtkIOPIOModule.h.

◆ VTKIOPIO_DEPRECATED

#define VTKIOPIO_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkIOPIOModule.h.

◆ VTKIOPIO_DEPRECATED_EXPORT

#define VTKIOPIO_DEPRECATED_EXPORT   VTKIOPIO_EXPORT VTKIOPIO_DEPRECATED

Definition at line 29 of file vtkIOPIOModule.h.

◆ VTKIOPIO_DEPRECATED_NO_EXPORT

#define VTKIOPIO_DEPRECATED_NO_EXPORT   VTKIOPIO_NO_EXPORT VTKIOPIO_DEPRECATED

Definition at line 33 of file vtkIOPIOModule.h.