Macros
vtkMooseXfemClipModule.h File Reference

Go to the source code of this file.

Macros

#define VTKMOOSEXFEMCLIP_EXPORT   __attribute__((visibility("default")))
 
#define VTKMOOSEXFEMCLIP_NO_EXPORT   __attribute__((visibility("hidden")))
 
#define VTKMOOSEXFEMCLIP_DEPRECATED   __attribute__ ((__deprecated__))
 
#define VTKMOOSEXFEMCLIP_DEPRECATED_EXPORT   VTKMOOSEXFEMCLIP_EXPORT VTKMOOSEXFEMCLIP_DEPRECATED
 
#define VTKMOOSEXFEMCLIP_DEPRECATED_NO_EXPORT   VTKMOOSEXFEMCLIP_NO_EXPORT VTKMOOSEXFEMCLIP_DEPRECATED
 

Macro Definition Documentation

◆ VTKMOOSEXFEMCLIP_EXPORT

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

Definition at line 15 of file vtkMooseXfemClipModule.h.

◆ VTKMOOSEXFEMCLIP_NO_EXPORT

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

Definition at line 20 of file vtkMooseXfemClipModule.h.

◆ VTKMOOSEXFEMCLIP_DEPRECATED

#define VTKMOOSEXFEMCLIP_DEPRECATED   __attribute__ ((__deprecated__))

Definition at line 25 of file vtkMooseXfemClipModule.h.

◆ VTKMOOSEXFEMCLIP_DEPRECATED_EXPORT

#define VTKMOOSEXFEMCLIP_DEPRECATED_EXPORT   VTKMOOSEXFEMCLIP_EXPORT VTKMOOSEXFEMCLIP_DEPRECATED

Definition at line 29 of file vtkMooseXfemClipModule.h.

◆ VTKMOOSEXFEMCLIP_DEPRECATED_NO_EXPORT

#define VTKMOOSEXFEMCLIP_DEPRECATED_NO_EXPORT   VTKMOOSEXFEMCLIP_NO_EXPORT VTKMOOSEXFEMCLIP_DEPRECATED

Definition at line 33 of file vtkMooseXfemClipModule.h.