MAT_VARGETSTRUCTFIELD... BSD Library Functions Manual MAT_VARGETSTRUCTFIELD...
NAME
Mat_VarGetStructFieldnames -- Get the fieldnames of a structure variable.
SYNOPSIS
#include <matio.h> char * const * Mat_VarGetStructFieldnames(const matvar_t *matvar);
DESCRIPTION
The Mat_VarGetStructFieldnames() function returns the fieldnames of the structure variable matvar.
RETURN VALUES
An array of fieldnames is returned of the variable is a valid structure variable. Otherwise NULL is returned. The Mat_VarGetNumberOfFields func- tion returns the number of fields for the structure.
SEE ALSO
Mat_VarGetNumberOfFields(3), BSD January 19, 2012 BSD
matio 1.5.9 - Generated Sat Nov 5 07:13:48 CDT 2016