#include "vtkABINamespace.h"
Go to the source code of this file.
Macros | |
#define | VTKGENERICIOREADER_EXPORT __attribute__((visibility("default"))) |
#define | VTKGENERICIOREADER_NO_EXPORT __attribute__((visibility("hidden"))) |
#define | VTKGENERICIOREADER_DEPRECATED __attribute__ ((__deprecated__)) |
#define | VTKGENERICIOREADER_DEPRECATED_EXPORT VTKGENERICIOREADER_EXPORT VTKGENERICIOREADER_DEPRECATED |
#define | VTKGENERICIOREADER_DEPRECATED_NO_EXPORT VTKGENERICIOREADER_NO_EXPORT VTKGENERICIOREADER_DEPRECATED |
#define VTKGENERICIOREADER_EXPORT __attribute__((visibility("default"))) |
Definition at line 15 of file vtkGenericIOReaderModule.h.
#define VTKGENERICIOREADER_NO_EXPORT __attribute__((visibility("hidden"))) |
Definition at line 20 of file vtkGenericIOReaderModule.h.
#define VTKGENERICIOREADER_DEPRECATED __attribute__ ((__deprecated__)) |
Definition at line 25 of file vtkGenericIOReaderModule.h.
#define VTKGENERICIOREADER_DEPRECATED_EXPORT VTKGENERICIOREADER_EXPORT VTKGENERICIOREADER_DEPRECATED |
Definition at line 29 of file vtkGenericIOReaderModule.h.
#define VTKGENERICIOREADER_DEPRECATED_NO_EXPORT VTKGENERICIOREADER_NO_EXPORT VTKGENERICIOREADER_DEPRECATED |
Definition at line 33 of file vtkGenericIOReaderModule.h.