Go to the documentation of this file. 2 #ifndef VTKH5PART_EXPORT_H 3 #define VTKH5PART_EXPORT_H 5 #ifdef H5PART_STATIC_DEFINE 6 # define VTKH5PART_EXPORT 7 # define H5PART_NO_EXPORT 9 # ifndef VTKH5PART_EXPORT 10 # ifdef h5part_EXPORTS 12 # define VTKH5PART_EXPORT __attribute__((visibility("default"))) 15 # define VTKH5PART_EXPORT __attribute__((visibility("default"))) 19 # ifndef H5PART_NO_EXPORT 20 # define H5PART_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef H5PART_DEPRECATED 25 # define H5PART_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef H5PART_DEPRECATED_EXPORT 29 # define H5PART_DEPRECATED_EXPORT VTKH5PART_EXPORT H5PART_DEPRECATED 32 #ifndef H5PART_DEPRECATED_NO_EXPORT 33 # define H5PART_DEPRECATED_NO_EXPORT H5PART_NO_EXPORT H5PART_DEPRECATED 37 # ifndef H5PART_NO_DEPRECATED 38 # define H5PART_NO_DEPRECATED