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

Go to the source code of this file.

Macros

#define VTKRENDERINGSCENEGRAPH_EXPORT   __attribute__((visibility("default")))
 
#define VTKRENDERINGSCENEGRAPH_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKRENDERINGSCENEGRAPH_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKRENDERINGSCENEGRAPH_DEPRECATED_EXPORT   VTKRENDERINGSCENEGRAPH_EXPORT VTKRENDERINGSCENEGRAPH_DEPRECATED
 
#define VTKRENDERINGSCENEGRAPH_DEPRECATED_NO_EXPORT   VTKRENDERINGSCENEGRAPH_NO_EXPORT VTKRENDERINGSCENEGRAPH_DEPRECATED
 

Macro Definition Documentation

◆ VTKRENDERINGSCENEGRAPH_EXPORT

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

Definition at line 15 of file vtkRenderingSceneGraphModule.h.

◆ VTKRENDERINGSCENEGRAPH_NO_EXPORT

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

Definition at line 20 of file vtkRenderingSceneGraphModule.h.

◆ VTKRENDERINGSCENEGRAPH_DEPRECATED

#define VTKRENDERINGSCENEGRAPH_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkRenderingSceneGraphModule.h.

◆ VTKRENDERINGSCENEGRAPH_DEPRECATED_EXPORT

#define VTKRENDERINGSCENEGRAPH_DEPRECATED_EXPORT   VTKRENDERINGSCENEGRAPH_EXPORT VTKRENDERINGSCENEGRAPH_DEPRECATED

Definition at line 29 of file vtkRenderingSceneGraphModule.h.

◆ VTKRENDERINGSCENEGRAPH_DEPRECATED_NO_EXPORT

#define VTKRENDERINGSCENEGRAPH_DEPRECATED_NO_EXPORT   VTKRENDERINGSCENEGRAPH_NO_EXPORT VTKRENDERINGSCENEGRAPH_DEPRECATED

Definition at line 33 of file vtkRenderingSceneGraphModule.h.