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

Go to the source code of this file.

Macros

#define VTKFILTERSGEOMETRY_EXPORT   __attribute__((visibility("default")))
 
#define VTKFILTERSGEOMETRY_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKFILTERSGEOMETRY_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKFILTERSGEOMETRY_DEPRECATED_EXPORT   VTKFILTERSGEOMETRY_EXPORT VTKFILTERSGEOMETRY_DEPRECATED
 
#define VTKFILTERSGEOMETRY_DEPRECATED_NO_EXPORT   VTKFILTERSGEOMETRY_NO_EXPORT VTKFILTERSGEOMETRY_DEPRECATED
 

Macro Definition Documentation

◆ VTKFILTERSGEOMETRY_EXPORT

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

Definition at line 15 of file vtkFiltersGeometryModule.h.

◆ VTKFILTERSGEOMETRY_NO_EXPORT

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

Definition at line 20 of file vtkFiltersGeometryModule.h.

◆ VTKFILTERSGEOMETRY_DEPRECATED

#define VTKFILTERSGEOMETRY_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkFiltersGeometryModule.h.

◆ VTKFILTERSGEOMETRY_DEPRECATED_EXPORT

#define VTKFILTERSGEOMETRY_DEPRECATED_EXPORT   VTKFILTERSGEOMETRY_EXPORT VTKFILTERSGEOMETRY_DEPRECATED

Definition at line 29 of file vtkFiltersGeometryModule.h.

◆ VTKFILTERSGEOMETRY_DEPRECATED_NO_EXPORT

#define VTKFILTERSGEOMETRY_DEPRECATED_NO_EXPORT   VTKFILTERSGEOMETRY_NO_EXPORT VTKFILTERSGEOMETRY_DEPRECATED

Definition at line 33 of file vtkFiltersGeometryModule.h.