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

Go to the source code of this file.

Macros

#define VTKIOLANLX3D_EXPORT   __attribute__((visibility("default")))
 
#define VTKIOLANLX3D_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKIOLANLX3D_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKIOLANLX3D_DEPRECATED_EXPORT   VTKIOLANLX3D_EXPORT VTKIOLANLX3D_DEPRECATED
 
#define VTKIOLANLX3D_DEPRECATED_NO_EXPORT   VTKIOLANLX3D_NO_EXPORT VTKIOLANLX3D_DEPRECATED
 

Macro Definition Documentation

◆ VTKIOLANLX3D_EXPORT

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

Definition at line 15 of file vtkIOLANLX3DModule.h.

◆ VTKIOLANLX3D_NO_EXPORT

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

Definition at line 20 of file vtkIOLANLX3DModule.h.

◆ VTKIOLANLX3D_DEPRECATED

#define VTKIOLANLX3D_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkIOLANLX3DModule.h.

◆ VTKIOLANLX3D_DEPRECATED_EXPORT

#define VTKIOLANLX3D_DEPRECATED_EXPORT   VTKIOLANLX3D_EXPORT VTKIOLANLX3D_DEPRECATED

Definition at line 29 of file vtkIOLANLX3DModule.h.

◆ VTKIOLANLX3D_DEPRECATED_NO_EXPORT

#define VTKIOLANLX3D_DEPRECATED_NO_EXPORT   VTKIOLANLX3D_NO_EXPORT VTKIOLANLX3D_DEPRECATED

Definition at line 33 of file vtkIOLANLX3DModule.h.