// automatically generated by wrap #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) { checkArguments("argUChar",nargout,nargin-1,1); boost::shared_ptr self = unwrap_shared_ptr< Point2 >(in[0],"Point2"); unsigned char a = unwrap< unsigned char >(in[1]); self->argUChar(a); }