GaussianFilter_emxAPI.h 946 B

1234567891011121314151617181920212223242526272829303132333435
  1. //
  2. // File: GaussianFilter_emxAPI.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_EMXAPI_H
  8. #define GAUSSIANFILTER_EMXAPI_H
  9. // Include Files
  10. #include <cstddef>
  11. #include <cstdlib>
  12. #include "rtwtypes.h"
  13. #include <omp.h>
  14. #include "GaussianFilter_types.h"
  15. // Function Declarations
  16. extern emxArray_real_T *emxCreateND_real_T(int32_T numDimensions, const int32_T *
  17. size);
  18. extern emxArray_real_T *emxCreateWrapperND_real_T(real_T *data, int32_T
  19. numDimensions, const int32_T *size);
  20. extern emxArray_real_T *emxCreateWrapper_real_T(real_T *data, int32_T rows,
  21. int32_T cols);
  22. extern emxArray_real_T *emxCreate_real_T(int32_T rows, int32_T cols);
  23. extern void emxDestroyArray_real_T(emxArray_real_T *emxArray);
  24. extern void emxInitArray_real_T(emxArray_real_T **pEmxArray, int32_T
  25. numDimensions);
  26. #endif
  27. //
  28. // File trailer for GaussianFilter_emxAPI.h
  29. //
  30. // [EOF]
  31. //