32#ifndef _OMS_MATVER4_H_
33#define _OMS_MATVER4_H_
size_t sizeofMatVer4Type(MatVer4Type_t type)
Definition MatVer4.cpp:51
void skipMatVer4Matrix(FILE *file)
Definition MatVer4.cpp:140
MatVer4Matrix * readMatVer4Matrix(FILE *file)
Definition MatVer4.cpp:108
void writeMatVer4Matrix(FILE *file, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type)
Definition MatVer4.cpp:70
void appendMatVer4Matrix(FILE *file, long position, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type)
Definition MatVer4.cpp:86
MatVer4Type_t
Definition MatVer4.h:42
@ MatVer4Type_DOUBLE
Definition MatVer4.h:43
@ MatVer4Type_CHAR
Definition MatVer4.h:46
@ MatVer4Type_INT32
Definition MatVer4.h:45
@ MatVer4Type_SINGLE
Definition MatVer4.h:44
void freeMatVer4Matrix(MatVer4Matrix **matrix)
Definition MatVer4.cpp:129
void * data
Definition MatVer4.h:61
MatVer4Header header
Definition MatVer4.h:60