#include "../igl_inline.h"
#include <mex.h>
#include "validate_arg.cpp"
Go to the source code of this file.
|
| IGL_INLINE void | igl::matlab::validate_arg_scalar (const int i, const int nrhs, const mxArray *prhs[], const char *name) |
| |
| IGL_INLINE void | igl::matlab::validate_arg_logical (const int i, const int nrhs, const mxArray *prhs[], const char *name) |
| |
| IGL_INLINE void | igl::matlab::validate_arg_char (const int i, const int nrhs, const mxArray *prhs[], const char *name) |
| |
| IGL_INLINE void | igl::matlab::validate_arg_double (const int i, const int nrhs, const mxArray *prhs[], const char *name) |
| |
| IGL_INLINE void | igl::matlab::validate_arg_function_handle (const int i, const int nrhs, const mxArray *prhs[], const char *name) |
| |