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

Go to the source code of this file.

Macros

#define VTKRENDERINGCELLGRID_EXPORT   __attribute__((visibility("default")))
 
#define VTKRENDERINGCELLGRID_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKRENDERINGCELLGRID_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKRENDERINGCELLGRID_DEPRECATED_EXPORT   VTKRENDERINGCELLGRID_EXPORT VTKRENDERINGCELLGRID_DEPRECATED
 
#define VTKRENDERINGCELLGRID_DEPRECATED_NO_EXPORT   VTKRENDERINGCELLGRID_NO_EXPORT VTKRENDERINGCELLGRID_DEPRECATED
 

Macro Definition Documentation

◆ VTKRENDERINGCELLGRID_EXPORT

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

Definition at line 15 of file vtkRenderingCellGridModule.h.

◆ VTKRENDERINGCELLGRID_NO_EXPORT

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

Definition at line 20 of file vtkRenderingCellGridModule.h.

◆ VTKRENDERINGCELLGRID_DEPRECATED

#define VTKRENDERINGCELLGRID_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRenderingCellGridModule.h.

◆ VTKRENDERINGCELLGRID_DEPRECATED_EXPORT

#define VTKRENDERINGCELLGRID_DEPRECATED_EXPORT   VTKRENDERINGCELLGRID_EXPORT VTKRENDERINGCELLGRID_DEPRECATED

Definition at line 29 of file vtkRenderingCellGridModule.h.

◆ VTKRENDERINGCELLGRID_DEPRECATED_NO_EXPORT

#define VTKRENDERINGCELLGRID_DEPRECATED_NO_EXPORT   VTKRENDERINGCELLGRID_NO_EXPORT VTKRENDERINGCELLGRID_DEPRECATED

Definition at line 33 of file vtkRenderingCellGridModule.h.