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

Go to the source code of this file.

Macros

#define VTKIOLEGACY_EXPORT   __attribute__((visibility("default")))
 
#define VTKIOLEGACY_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKIOLEGACY_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKIOLEGACY_DEPRECATED_EXPORT   VTKIOLEGACY_EXPORT VTKIOLEGACY_DEPRECATED
 
#define VTKIOLEGACY_DEPRECATED_NO_EXPORT   VTKIOLEGACY_NO_EXPORT VTKIOLEGACY_DEPRECATED
 

Macro Definition Documentation

◆ VTKIOLEGACY_EXPORT

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

Definition at line 15 of file vtkIOLegacyModule.h.

◆ VTKIOLEGACY_NO_EXPORT

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

Definition at line 20 of file vtkIOLegacyModule.h.

◆ VTKIOLEGACY_DEPRECATED

#define VTKIOLEGACY_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkIOLegacyModule.h.

◆ VTKIOLEGACY_DEPRECATED_EXPORT

#define VTKIOLEGACY_DEPRECATED_EXPORT   VTKIOLEGACY_EXPORT VTKIOLEGACY_DEPRECATED

Definition at line 29 of file vtkIOLegacyModule.h.

◆ VTKIOLEGACY_DEPRECATED_NO_EXPORT

#define VTKIOLEGACY_DEPRECATED_NO_EXPORT   VTKIOLEGACY_NO_EXPORT VTKIOLEGACY_DEPRECATED

Definition at line 33 of file vtkIOLegacyModule.h.