LIBMATIO API 1.3.4
|
Matlab MAT File information. More...
Data Fields | |
long | bof |
int | byteswap |
char * | filename |
FILE * | fp |
char * | header |
int | mode |
char * | subsys_offset |
int | version |
Contains information about a Matlab MAT file
long mat_t::bof |
Beginning of file not including header
Referenced by Mat_Create(), Mat_Open(), and Mat_VarReadInfo().
int mat_t::byteswap |
1 if byte swapping is required, 0 else
Referenced by InflateDimensions(), Mat_Create(), Mat_Open(), Mat_VarReadDataLinear(), Mat_VarReadInfo(), Mat_VarReadNextInfo5(), Read5(), ReadCompressedCharData(), ReadCompressedDoubleData(), ReadCompressedInt16Data(), ReadCompressedInt32Data(), ReadCompressedInt64Data(), ReadCompressedInt8Data(), ReadCompressedSingleData(), ReadCompressedUInt16Data(), ReadCompressedUInt32Data(), ReadCompressedUInt64Data(), ReadCompressedUInt8Data(), ReadData5(), ReadDoubleData(), ReadInt16Data(), ReadInt32Data(), ReadInt64Data(), ReadInt8Data(), ReadNextCell(), ReadNextStructField(), ReadSingleData(), ReadUInt16Data(), ReadUInt32Data(), ReadUInt64Data(), ReadUInt8Data(), WriteCellArrayField(), WriteCellArrayFieldInfo(), and WriteStructField().
char* mat_t::filename |
Name of the file that fp points to
Referenced by Mat_Close(), Mat_Create(), Mat_Open(), and Mat_VarDelete().
FILE* mat_t::fp |
Pointer to the MAT file
Referenced by InflateArrayFlags(), InflateData(), InflateDataTag(), InflateDataType(), InflateDimensions(), InflateFieldNameLength(), InflateFieldNames(), InflateFieldNamesTag(), InflateSkip(), InflateSkip2(), InflateVarName(), InflateVarNameTag(), InflateVarTag(), Mat_Close(), Mat_Create(), Mat_Open(), Mat_Rewind(), Mat_VarDelete(), Mat_VarRead(), Mat_VarReadDataLinear(), Mat_VarReadInfo(), Mat_VarReadNext(), Mat_VarReadNextInfo5(), Mat_VarWriteData(), Mat_VarWriteInfo(), Read5(), ReadCompressedCharData(), ReadCompressedDataSlab2(), ReadCompressedDataSlabN(), ReadData5(), ReadDataSlab2(), ReadDataSlabN(), ReadDoubleData(), ReadInt16Data(), ReadInt32Data(), ReadInt64Data(), ReadInt8Data(), ReadNextCell(), ReadNextStructField(), ReadSingleData(), ReadUInt16Data(), ReadUInt32Data(), ReadUInt64Data(), ReadUInt8Data(), Write5(), WriteCellArrayField(), WriteCellArrayFieldInfo(), WriteCharData(), WriteCharDataSlab2(), WriteCompressedCellArrayField(), WriteCompressedCharData(), WriteCompressedStructField(), WriteData(), WriteDataSlab2(), WriteEmptyCharData(), WriteInfo5(), and WriteStructField().
char* mat_t::header |
MAT File header string
Referenced by Mat_Close(), Mat_Create(), Mat_Open(), and Mat_VarDelete().
int mat_t::mode |
Access mode
Referenced by Mat_Create(), Mat_Open(), and Mat_VarDelete().
char* mat_t::subsys_offset |
offset
Referenced by Mat_Close(), Mat_Create(), and Mat_Open().
int mat_t::version |
MAT File version
Referenced by Mat_Create(), Mat_Open(), Mat_Rewind(), Mat_VarPrint(), Mat_VarReadData(), Mat_VarReadDataLinear(), Mat_VarReadNextInfo(), Mat_VarWrite(), and Mat_VarWriteInfo().