Operator Console
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
imatest_library.h File Reference
#include "mclmcrrt.h"
#include "mclcppclass.h"
Include dependency graph for imatest_library.h:
This graph shows which files directly or indirectly include this file:

Macros

#define LIB_imatest_library_C_API
 

Functions

LIB_imatest_library_C_API bool
MW_CALL_CONV 
imatest_libraryInitializeWithHandlers (mclOutputHandlerFcn error_handler, mclOutputHandlerFcn print_handler)
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
imatest_libraryInitialize (void)
 
LIB_imatest_library_C_API void
MW_CALL_CONV 
imatest_libraryTerminate (void)
 
LIB_imatest_library_C_API void
MW_CALL_CONV 
imatest_libraryPrintStackTrace (void)
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxGraythresh (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxBwconncomp (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxDemosaic (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxRegionprops (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxGetrangefromclass (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxSfrplus_shell (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxBlemish_shell (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxAcquire_image (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxInifile (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 
LIB_imatest_library_C_API bool
MW_CALL_CONV 
mlxOis_shell (int nlhs, mxArray *plhs[], int nrhs, mxArray *prhs[])
 

Macro Definition Documentation

#define LIB_imatest_library_C_API

Function Documentation

LIB_imatest_library_C_API bool MW_CALL_CONV imatest_libraryInitialize ( void  )

Referenced by COperatorConsoleApp::InitLibs().

Here is the caller graph for this function:

LIB_imatest_library_C_API bool MW_CALL_CONV imatest_libraryInitializeWithHandlers ( mclOutputHandlerFcn  error_handler,
mclOutputHandlerFcn  print_handler 
)
LIB_imatest_library_C_API void MW_CALL_CONV imatest_libraryPrintStackTrace ( void  )
LIB_imatest_library_C_API void MW_CALL_CONV imatest_libraryTerminate ( void  )

Referenced by COperatorConsoleApp::CloseLibs().

Here is the caller graph for this function:

LIB_imatest_library_C_API bool MW_CALL_CONV mlxAcquire_image ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxBlemish_shell ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxBwconncomp ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxDemosaic ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxGetrangefromclass ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxGraythresh ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxInifile ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxOis_shell ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxRegionprops ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)
LIB_imatest_library_C_API bool MW_CALL_CONV mlxSfrplus_shell ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
mxArray *  prhs[] 
)