Go to the documentation of this file. 2 #ifndef VTKH5HUT_EXPORT_H 3 #define VTKH5HUT_EXPORT_H 5 #ifdef VTKH5HUT_STATIC_DEFINE 6 # define VTKH5HUT_EXPORT 7 # define VTKH5HUT_NO_EXPORT 9 # ifndef VTKH5HUT_EXPORT 10 # ifdef vtkh5hut_EXPORTS 12 # define VTKH5HUT_EXPORT __attribute__((visibility("default"))) 15 # define VTKH5HUT_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKH5HUT_NO_EXPORT 20 # define VTKH5HUT_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKH5HUT_DEPRECATED 25 # define VTKH5HUT_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKH5HUT_DEPRECATED_EXPORT 29 # define VTKH5HUT_DEPRECATED_EXPORT VTKH5HUT_EXPORT VTKH5HUT_DEPRECATED 32 #ifndef VTKH5HUT_DEPRECATED_NO_EXPORT 33 # define VTKH5HUT_DEPRECATED_NO_EXPORT VTKH5HUT_NO_EXPORT VTKH5HUT_DEPRECATED 37 # ifndef VTKH5HUT_NO_DEPRECATED 38 # define VTKH5HUT_NO_DEPRECATED