vl_version MEX definition More...

Go to the source code of this file.
Enumerations | |
| enum | { opt_verbose } |
Functions | |
| void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
Variables | |
| vlmxOption | options [] |
vl_version MEX definition
Definition in file vl_version.c.
| anonymous enum |
Definition at line 20 of file vl_version.c.
| void mexFunction | ( | int nout | , |
| mxArray * | out[], | ||
| int | nin, | ||
| const mxArray * | in[] | ||
| ) |
Definition at line 31 of file vl_version.c.
{
{"Verbose", 0, opt_verbose },
{0, 0, 0 }
}
Definition at line 25 of file vl_version.c.