File: TransitiveKNN_part2_types.h1 /* 2 * TransitiveKNN_part2_types.h 3 * 4 * Code generation for function 'TransitiveKNN_part2' 5 * 6 * C source code generated on: Wed Nov 19 10:38:03 2014 7 * 8 */ 9 10 #ifndef __TRANSITIVEKNN_PART2_TYPES_H__ 11 #define __TRANSITIVEKNN_PART2_TYPES_H__ 12 13 /* Include files */ 14 #include "rtwtypes.h" 15 16 /* Type Definitions */ 17 #ifndef struct_emxArray_real_T 18 #define struct_emxArray_real_T 19 struct emxArray_real_T 20 { 21 real_T *data; 22 int32_T *size; 23 int32_T allocatedSize; 24 int32_T numDimensions; 25 boolean_T canFreeData; 26 }; 27 #endif /*struct_emxArray_real_T*/ 28 #ifndef typedef_emxArray_real_T 29 #define typedef_emxArray_real_T 30 typedef struct emxArray_real_T emxArray_real_T; 31 #endif /*typedef_emxArray_real_T*/ 32 #ifndef struct_emxArray_uint8_T 33 #define struct_emxArray_uint8_T 34 struct emxArray_uint8_T 35 { 36 uint8_T *data; 37 int32_T *size; 38 int32_T allocatedSize; 39 int32_T numDimensions; 40 boolean_T canFreeData; 41 }; 42 #endif /*struct_emxArray_uint8_T*/ 43 #ifndef typedef_emxArray_uint8_T 44 #define typedef_emxArray_uint8_T 45 typedef struct emxArray_uint8_T emxArray_uint8_T; 46 #endif /*typedef_emxArray_uint8_T*/ 47 48 #endif 49 /* End of code generation (TransitiveKNN_part2_types.h) */ 50 |