Go to the documentation of this file. 2 #ifndef VTKLAGRANGIANPARTICLETRACKER_EXPORT_H 3 #define VTKLAGRANGIANPARTICLETRACKER_EXPORT_H 5 #ifdef VTKLAGRANGIANPARTICLETRACKER_STATIC_DEFINE 6 # define VTKLAGRANGIANPARTICLETRACKER_EXPORT 7 # define VTKLAGRANGIANPARTICLETRACKER_NO_EXPORT 9 # ifndef VTKLAGRANGIANPARTICLETRACKER_EXPORT 10 # ifdef vtkLagrangianParticleTracker_EXPORTS 12 # define VTKLAGRANGIANPARTICLETRACKER_EXPORT __attribute__((visibility("default"))) 15 # define VTKLAGRANGIANPARTICLETRACKER_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKLAGRANGIANPARTICLETRACKER_NO_EXPORT 20 # define VTKLAGRANGIANPARTICLETRACKER_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKLAGRANGIANPARTICLETRACKER_DEPRECATED 25 # define VTKLAGRANGIANPARTICLETRACKER_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKLAGRANGIANPARTICLETRACKER_DEPRECATED_EXPORT 29 # define VTKLAGRANGIANPARTICLETRACKER_DEPRECATED_EXPORT VTKLAGRANGIANPARTICLETRACKER_EXPORT VTKLAGRANGIANPARTICLETRACKER_DEPRECATED 32 #ifndef VTKLAGRANGIANPARTICLETRACKER_DEPRECATED_NO_EXPORT 33 # define VTKLAGRANGIANPARTICLETRACKER_DEPRECATED_NO_EXPORT VTKLAGRANGIANPARTICLETRACKER_NO_EXPORT VTKLAGRANGIANPARTICLETRACKER_DEPRECATED 37 # ifndef VTKLAGRANGIANPARTICLETRACKER_NO_DEPRECATED 38 # define VTKLAGRANGIANPARTICLETRACKER_NO_DEPRECATED