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

Go to the source code of this file.

Macros

#define VTKRENDERINGPARALLELLIC_EXPORT   __attribute__((visibility("default")))
 
#define VTKRENDERINGPARALLELLIC_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKRENDERINGPARALLELLIC_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKRENDERINGPARALLELLIC_DEPRECATED_EXPORT   VTKRENDERINGPARALLELLIC_EXPORT VTKRENDERINGPARALLELLIC_DEPRECATED
 
#define VTKRENDERINGPARALLELLIC_DEPRECATED_NO_EXPORT   VTKRENDERINGPARALLELLIC_NO_EXPORT VTKRENDERINGPARALLELLIC_DEPRECATED
 

Macro Definition Documentation

◆ VTKRENDERINGPARALLELLIC_EXPORT

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

Definition at line 15 of file vtkRenderingParallelLICModule.h.

◆ VTKRENDERINGPARALLELLIC_NO_EXPORT

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

Definition at line 20 of file vtkRenderingParallelLICModule.h.

◆ VTKRENDERINGPARALLELLIC_DEPRECATED

#define VTKRENDERINGPARALLELLIC_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRenderingParallelLICModule.h.

◆ VTKRENDERINGPARALLELLIC_DEPRECATED_EXPORT

#define VTKRENDERINGPARALLELLIC_DEPRECATED_EXPORT   VTKRENDERINGPARALLELLIC_EXPORT VTKRENDERINGPARALLELLIC_DEPRECATED

Definition at line 29 of file vtkRenderingParallelLICModule.h.

◆ VTKRENDERINGPARALLELLIC_DEPRECATED_NO_EXPORT

#define VTKRENDERINGPARALLELLIC_DEPRECATED_NO_EXPORT   VTKRENDERINGPARALLELLIC_NO_EXPORT VTKRENDERINGPARALLELLIC_DEPRECATED

Definition at line 33 of file vtkRenderingParallelLICModule.h.