Mat_VarGetStructFieldnames - Man Page
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
() function returns the number of fields for the structure.
See Also
Referenced By
January 19, 2012