comac_desk_app/ThirdpartyLibs/Libs/windows-x86_64/vtk/include/vtkImagingStatisticsModule.h

43 lines
1.2 KiB
C
Raw Normal View History

2024-11-21 11:50:43 +08:00
#ifndef VTKIMAGINGSTATISTICS_EXPORT_H
#define VTKIMAGINGSTATISTICS_EXPORT_H
#ifdef VTKIMAGINGSTATISTICS_STATIC_DEFINE
# define VTKIMAGINGSTATISTICS_EXPORT
# define VTKIMAGINGSTATISTICS_NO_EXPORT
#else
# ifndef VTKIMAGINGSTATISTICS_EXPORT
# ifdef ImagingStatistics_EXPORTS
/* We are building this library */
# define VTKIMAGINGSTATISTICS_EXPORT __declspec(dllexport)
# else
/* We are using this library */
# define VTKIMAGINGSTATISTICS_EXPORT __declspec(dllimport)
# endif
# endif
# ifndef VTKIMAGINGSTATISTICS_NO_EXPORT
# define VTKIMAGINGSTATISTICS_NO_EXPORT
# endif
#endif
#ifndef VTKIMAGINGSTATISTICS_DEPRECATED
# define VTKIMAGINGSTATISTICS_DEPRECATED __declspec(deprecated)
#endif
#ifndef VTKIMAGINGSTATISTICS_DEPRECATED_EXPORT
# define VTKIMAGINGSTATISTICS_DEPRECATED_EXPORT VTKIMAGINGSTATISTICS_EXPORT VTKIMAGINGSTATISTICS_DEPRECATED
#endif
#ifndef VTKIMAGINGSTATISTICS_DEPRECATED_NO_EXPORT
# define VTKIMAGINGSTATISTICS_DEPRECATED_NO_EXPORT VTKIMAGINGSTATISTICS_NO_EXPORT VTKIMAGINGSTATISTICS_DEPRECATED
#endif
#if 0 /* DEFINE_NO_DEPRECATED */
# ifndef VTKIMAGINGSTATISTICS_NO_DEPRECATED
# define VTKIMAGINGSTATISTICS_NO_DEPRECATED
# endif
#endif
#endif /* VTKIMAGINGSTATISTICS_EXPORT_H */