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

#include <mex.h>

Public Attributes

int version
 
int file_function_table_length
 
mexFunctionTable file_function_table
 
int global_variable_table_length
 
mexGlobalTable global_variable_table
 
int npaths
 
const char ** paths
 
int init_term_table_length
 
mexInitTermTableEntry init_term_table
 

Detailed Description

Definition at line 103 of file mex.h.

Member Data Documentation

◆ file_function_table

mexFunctionTable _mex_information::file_function_table

Definition at line 106 of file mex.h.

◆ file_function_table_length

int _mex_information::file_function_table_length

Definition at line 105 of file mex.h.

◆ global_variable_table

mexGlobalTable _mex_information::global_variable_table

Definition at line 108 of file mex.h.

◆ global_variable_table_length

int _mex_information::global_variable_table_length

Definition at line 107 of file mex.h.

◆ init_term_table

mexInitTermTableEntry _mex_information::init_term_table

Definition at line 112 of file mex.h.

◆ init_term_table_length

int _mex_information::init_term_table_length

Definition at line 111 of file mex.h.

◆ npaths

int _mex_information::npaths

Definition at line 109 of file mex.h.

◆ paths

const char** _mex_information::paths

Definition at line 110 of file mex.h.

◆ version

int _mex_information::version

Definition at line 104 of file mex.h.


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