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

Go to the source code of this file.

Macros

#define VTKPVADAPTORSPARTICLE_EXPORT   __attribute__((visibility("default")))
 
#define VTKPVADAPTORSPARTICLE_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKPVADAPTORSPARTICLE_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKPVADAPTORSPARTICLE_DEPRECATED_EXPORT   VTKPVADAPTORSPARTICLE_EXPORT VTKPVADAPTORSPARTICLE_DEPRECATED
 
#define VTKPVADAPTORSPARTICLE_DEPRECATED_NO_EXPORT   VTKPVADAPTORSPARTICLE_NO_EXPORT VTKPVADAPTORSPARTICLE_DEPRECATED
 

Macro Definition Documentation

◆ VTKPVADAPTORSPARTICLE_EXPORT

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

Definition at line 15 of file vtkPVAdaptorsParticleModule.h.

◆ VTKPVADAPTORSPARTICLE_NO_EXPORT

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

Definition at line 20 of file vtkPVAdaptorsParticleModule.h.

◆ VTKPVADAPTORSPARTICLE_DEPRECATED

#define VTKPVADAPTORSPARTICLE_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkPVAdaptorsParticleModule.h.

◆ VTKPVADAPTORSPARTICLE_DEPRECATED_EXPORT

#define VTKPVADAPTORSPARTICLE_DEPRECATED_EXPORT   VTKPVADAPTORSPARTICLE_EXPORT VTKPVADAPTORSPARTICLE_DEPRECATED

Definition at line 29 of file vtkPVAdaptorsParticleModule.h.

◆ VTKPVADAPTORSPARTICLE_DEPRECATED_NO_EXPORT

#define VTKPVADAPTORSPARTICLE_DEPRECATED_NO_EXPORT   VTKPVADAPTORSPARTICLE_NO_EXPORT VTKPVADAPTORSPARTICLE_DEPRECATED

Definition at line 33 of file vtkPVAdaptorsParticleModule.h.