// automatically generated by wrap #include #include using namespace geometry; typedef boost::shared_ptr Shared; void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) { checkArguments("arg_EigenConstRef",nargout,nargin-1,1); Shared obj = unwrap_shared_ptr(in[0], "Test"); Matrix& value = *unwrap_shared_ptr< Matrix >(in[1], "Matrix"); obj->arg_EigenConstRef(value); }