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

Go to the source code of this file.

Macros

#define VTKFILTERSPARALLELMPI_EXPORT   __attribute__((visibility("default")))
 
#define VTKFILTERSPARALLELMPI_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKFILTERSPARALLELMPI_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKFILTERSPARALLELMPI_DEPRECATED_EXPORT   VTKFILTERSPARALLELMPI_EXPORT VTKFILTERSPARALLELMPI_DEPRECATED
 
#define VTKFILTERSPARALLELMPI_DEPRECATED_NO_EXPORT   VTKFILTERSPARALLELMPI_NO_EXPORT VTKFILTERSPARALLELMPI_DEPRECATED
 

Macro Definition Documentation

◆ VTKFILTERSPARALLELMPI_EXPORT

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

Definition at line 15 of file vtkFiltersParallelMPIModule.h.

◆ VTKFILTERSPARALLELMPI_NO_EXPORT

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

Definition at line 20 of file vtkFiltersParallelMPIModule.h.

◆ VTKFILTERSPARALLELMPI_DEPRECATED

#define VTKFILTERSPARALLELMPI_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkFiltersParallelMPIModule.h.

◆ VTKFILTERSPARALLELMPI_DEPRECATED_EXPORT

#define VTKFILTERSPARALLELMPI_DEPRECATED_EXPORT   VTKFILTERSPARALLELMPI_EXPORT VTKFILTERSPARALLELMPI_DEPRECATED

Definition at line 29 of file vtkFiltersParallelMPIModule.h.

◆ VTKFILTERSPARALLELMPI_DEPRECATED_NO_EXPORT

#define VTKFILTERSPARALLELMPI_DEPRECATED_NO_EXPORT   VTKFILTERSPARALLELMPI_NO_EXPORT VTKFILTERSPARALLELMPI_DEPRECATED

Definition at line 33 of file vtkFiltersParallelMPIModule.h.