Go to the source code of this file.
| typedef double miDOUBLE_t |
| typedef miINT32_t miMATRIX_class |
| typedef float miSINGLE_t |
| typedef uint16_t miUINT16_t |
| typedef uint32_t miUINT32_t |
| typedef uint64_t miUINT64_t |
| const miINT32_t miCOMPRESSED = 15 |
| const miINT32_t mxCELL_CLASS = 1 |
| const miINT32_t mxCHAR_CLASS = 4 |
| const miINT32_t mxDOUBLE_CLASS = 6 |
| const miINT32_t mxINT16_CLASS = 10 |
| const miINT32_t mxINT32_CLASS = 12 |
| const miINT32_t mxINT8_CLASS = 8 |
| const miINT32_t mxOBJECT_CLASS = 3 |
| const miINT32_t mxSINGLE_CLASS = 7 |
| const miINT32_t mxSPARSE_CLASS = 5 |
| const miINT32_t mxSTRUCT_CLASS = 2 |
| const miINT32_t mxUINT16_CLASS = 11 |
| const miINT32_t mxUINT32_CLASS = 13 |
| const miINT32_t mxUINT8_CLASS = 9 |