// automatically generated by wrap #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) { checkArguments("new_Point2_",nargout,nargin,0); Point2* self = new Point2(); out[0] = wrap_constructed(self,"Point2"); }