1234567891011121314151617181920212223242526 |
- //
- // File: GaussianFilter_data.h
- //
- // MATLAB Coder version : 4.3
- // C/C++ source code generated on : 12-Jan-2022 14:46:32
- //
- #ifndef GAUSSIANFILTER_DATA_H
- #define GAUSSIANFILTER_DATA_H
- // Include Files
- #include <cstddef>
- #include <cstdlib>
- #include "rtwtypes.h"
- #include <omp.h>
- #include "GaussianFilter_types.h"
- // Variable Declarations
- extern omp_nest_lock_t emlrtNestLockGlobal;
- #endif
- //
- // File trailer for GaussianFilter_data.h
- //
- // [EOF]
- //
|