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

Go to the source code of this file.

Macros

#define VTKFILTERSCELLGRID_EXPORT   __attribute__((visibility("default")))
 
#define VTKFILTERSCELLGRID_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKFILTERSCELLGRID_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKFILTERSCELLGRID_DEPRECATED_EXPORT   VTKFILTERSCELLGRID_EXPORT VTKFILTERSCELLGRID_DEPRECATED
 
#define VTKFILTERSCELLGRID_DEPRECATED_NO_EXPORT   VTKFILTERSCELLGRID_NO_EXPORT VTKFILTERSCELLGRID_DEPRECATED
 

Macro Definition Documentation

◆ VTKFILTERSCELLGRID_EXPORT

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

Definition at line 15 of file vtkFiltersCellGridModule.h.

◆ VTKFILTERSCELLGRID_NO_EXPORT

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

Definition at line 20 of file vtkFiltersCellGridModule.h.

◆ VTKFILTERSCELLGRID_DEPRECATED

#define VTKFILTERSCELLGRID_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkFiltersCellGridModule.h.

◆ VTKFILTERSCELLGRID_DEPRECATED_EXPORT

#define VTKFILTERSCELLGRID_DEPRECATED_EXPORT   VTKFILTERSCELLGRID_EXPORT VTKFILTERSCELLGRID_DEPRECATED

Definition at line 29 of file vtkFiltersCellGridModule.h.

◆ VTKFILTERSCELLGRID_DEPRECATED_NO_EXPORT

#define VTKFILTERSCELLGRID_DEPRECATED_NO_EXPORT   VTKFILTERSCELLGRID_NO_EXPORT VTKFILTERSCELLGRID_DEPRECATED

Definition at line 33 of file vtkFiltersCellGridModule.h.