File: ccafbounds_emxutil.h1 /* 2 * ccafbounds_emxutil.h 3 * 4 * Code generation for function 'ccafbounds_emxutil' 5 * 6 */ 7 8 #ifndef CCAFBOUNDS_EMXUTIL_H 9 #define CCAFBOUNDS_EMXUTIL_H 10 11 /* Include files */ 12 #include <math.h> 13 #include <stdio.h> 14 #include <stdlib.h> 15 #include <string.h> 16 #include "mwmathutil.h" 17 #include "tmwtypes.h" 18 #include "mex.h" 19 #include "emlrt.h" 20 #include "covrt.h" 21 #include "rtwtypes.h" 22 #include "ccafbounds_types.h" 23 24 /* Function Declarations */ 25 extern void emxEnsureCapacity(const emlrtStack *sp, emxArray__common *emxArray, 26 int32_T oldNumel, int32_T elementSize, const emlrtRTEInfo *srcLocation); 27 extern void emxFree_real_T(emxArray_real_T **pEmxArray); 28 extern void emxInit_real_T(const emlrtStack *sp, emxArray_real_T **pEmxArray, 29 int32_T numDimensions, const emlrtRTEInfo *srcLocation, boolean_T doPush); 30 31 #endif 32 33 /* End of code generation (ccafbounds_emxutil.h) */ 34 |