36#ifndef _OMS_MATVER4_H_
37#define _OMS_MATVER4_H_
size_t sizeofMatVer4Type(MatVer4Type_t type)
Definition MatVer4.cpp:55
void skipMatVer4Matrix(FILE *file)
Definition MatVer4.cpp:144
MatVer4Matrix * readMatVer4Matrix(FILE *file)
Definition MatVer4.cpp:112
void writeMatVer4Matrix(FILE *file, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type)
Definition MatVer4.cpp:74
void appendMatVer4Matrix(FILE *file, long position, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type)
Definition MatVer4.cpp:90
MatVer4Type_t
Definition MatVer4.h:46
@ MatVer4Type_DOUBLE
Definition MatVer4.h:47
@ MatVer4Type_CHAR
Definition MatVer4.h:50
@ MatVer4Type_INT32
Definition MatVer4.h:49
@ MatVer4Type_SINGLE
Definition MatVer4.h:48
void freeMatVer4Matrix(MatVer4Matrix **matrix)
Definition MatVer4.cpp:133
void * data
Definition MatVer4.h:65
MatVer4Header header
Definition MatVer4.h:64