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

Go to the source code of this file.

Macros

#define VTKLANLX3DREADER_EXPORT   __attribute__((visibility("default")))
 
#define VTKLANLX3DREADER_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKLANLX3DREADER_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKLANLX3DREADER_DEPRECATED_EXPORT   VTKLANLX3DREADER_EXPORT VTKLANLX3DREADER_DEPRECATED
 
#define VTKLANLX3DREADER_DEPRECATED_NO_EXPORT   VTKLANLX3DREADER_NO_EXPORT VTKLANLX3DREADER_DEPRECATED
 

Macro Definition Documentation

◆ VTKLANLX3DREADER_EXPORT

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

Definition at line 15 of file vtkLANLX3DReaderModule.h.

◆ VTKLANLX3DREADER_NO_EXPORT

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

Definition at line 20 of file vtkLANLX3DReaderModule.h.

◆ VTKLANLX3DREADER_DEPRECATED

#define VTKLANLX3DREADER_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkLANLX3DReaderModule.h.

◆ VTKLANLX3DREADER_DEPRECATED_EXPORT

#define VTKLANLX3DREADER_DEPRECATED_EXPORT   VTKLANLX3DREADER_EXPORT VTKLANLX3DREADER_DEPRECATED

Definition at line 29 of file vtkLANLX3DReaderModule.h.

◆ VTKLANLX3DREADER_DEPRECATED_NO_EXPORT

#define VTKLANLX3DREADER_DEPRECATED_NO_EXPORT   VTKLANLX3DREADER_NO_EXPORT VTKLANLX3DREADER_DEPRECATED

Definition at line 33 of file vtkLANLX3DReaderModule.h.