GaussianFilter_data.h 467 B

1234567891011121314151617181920212223242526
  1. //
  2. // File: GaussianFilter_data.h
  3. //
  4. // MATLAB Coder version : 4.3
  5. // C/C++ source code generated on : 12-Jan-2022 14:46:32
  6. //
  7. #ifndef GAUSSIANFILTER_DATA_H
  8. #define GAUSSIANFILTER_DATA_H
  9. // Include Files
  10. #include <cstddef>
  11. #include <cstdlib>
  12. #include "rtwtypes.h"
  13. #include <omp.h>
  14. #include "GaussianFilter_types.h"
  15. // Variable Declarations
  16. extern omp_nest_lock_t emlrtNestLockGlobal;
  17. #endif
  18. //
  19. // File trailer for GaussianFilter_data.h
  20. //
  21. // [EOF]
  22. //