mexopencv  3.4.1
MEX interface for OpenCV library
Public Attributes | List of all members
mexFunctionTableEntry_tag Struct Reference

#include <mex.h>

Public Attributes

const char * name
 
mxFunctionPtr f
 
int nargin
 
int nargout
 
struct _mexLocalFunctionTablelocal_function_table
 

Detailed Description

Definition at line 83 of file mex.h.

Member Data Documentation

◆ f

mxFunctionPtr mexFunctionTableEntry_tag::f

Definition at line 85 of file mex.h.

◆ local_function_table

struct _mexLocalFunctionTable* mexFunctionTableEntry_tag::local_function_table

Definition at line 88 of file mex.h.

◆ name

const char* mexFunctionTableEntry_tag::name

Definition at line 84 of file mex.h.

◆ nargin

int mexFunctionTableEntry_tag::nargin

Definition at line 86 of file mex.h.

◆ nargout

int mexFunctionTableEntry_tag::nargout

Definition at line 87 of file mex.h.


The documentation for this struct was generated from the following file: