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

Go to the source code of this file.

Macros

#define VTKIOCONVERGECFD_EXPORT   __attribute__((visibility("default")))
 
#define VTKIOCONVERGECFD_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKIOCONVERGECFD_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKIOCONVERGECFD_DEPRECATED_EXPORT   VTKIOCONVERGECFD_EXPORT VTKIOCONVERGECFD_DEPRECATED
 
#define VTKIOCONVERGECFD_DEPRECATED_NO_EXPORT   VTKIOCONVERGECFD_NO_EXPORT VTKIOCONVERGECFD_DEPRECATED
 

Macro Definition Documentation

◆ VTKIOCONVERGECFD_EXPORT

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

Definition at line 15 of file vtkIOCONVERGECFDModule.h.

◆ VTKIOCONVERGECFD_NO_EXPORT

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

Definition at line 20 of file vtkIOCONVERGECFDModule.h.

◆ VTKIOCONVERGECFD_DEPRECATED

#define VTKIOCONVERGECFD_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkIOCONVERGECFDModule.h.

◆ VTKIOCONVERGECFD_DEPRECATED_EXPORT

#define VTKIOCONVERGECFD_DEPRECATED_EXPORT   VTKIOCONVERGECFD_EXPORT VTKIOCONVERGECFD_DEPRECATED

Definition at line 29 of file vtkIOCONVERGECFDModule.h.

◆ VTKIOCONVERGECFD_DEPRECATED_NO_EXPORT

#define VTKIOCONVERGECFD_DEPRECATED_NO_EXPORT   VTKIOCONVERGECFD_NO_EXPORT VTKIOCONVERGECFD_DEPRECATED

Definition at line 33 of file vtkIOCONVERGECFDModule.h.