#include <stdio.h>
#include <stddef.h>
Go to the source code of this file.
|
| size_t | oms::sizeofMatVer4Type (MatVer4Type_t type) |
| |
| void | oms::writeMatVer4Matrix (FILE *file, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type) |
| |
| void | oms::appendMatVer4Matrix (FILE *file, long position, const char *name, size_t rows, size_t cols, const void *matrixData, MatVer4Type_t type) |
| |
| MatVer4Matrix * | oms::readMatVer4Matrix (FILE *file) |
| |
| void | oms::freeMatVer4Matrix (MatVer4Matrix **matrix) |
| |
| void | oms::skipMatVer4Matrix (FILE *file) |
| |