Fixed wrap check tests
parent
95c75dbc31
commit
cd9d3a0796
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
classdef Point2
|
classdef Point2
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
properties
|
properties
|
||||||
self = 0
|
self = 0
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Point2.h>
|
#include <Point2.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.dim()
|
|
||||||
function result = dim(obj)
|
function result = dim(obj)
|
||||||
|
% usage: obj.dim()
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile dim.cpp');
|
error('need to compile dim.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Point2.h>
|
#include <Point2.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.x()
|
|
||||||
function result = x(obj)
|
function result = x(obj)
|
||||||
|
% usage: obj.x()
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile x.cpp');
|
error('need to compile x.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Point2.h>
|
#include <Point2.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.y()
|
|
||||||
function result = y(obj)
|
function result = y(obj)
|
||||||
|
% usage: obj.y()
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile y.cpp');
|
error('need to compile y.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
classdef Point3
|
classdef Point3
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
properties
|
properties
|
||||||
self = 0
|
self = 0
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Point3.h>
|
#include <Point3.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.norm()
|
|
||||||
function result = norm(obj)
|
function result = norm(obj)
|
||||||
|
% usage: obj.norm()
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile norm.cpp');
|
error('need to compile norm.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
classdef Test
|
classdef Test
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
properties
|
properties
|
||||||
self = 0
|
self = 0
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.create_ptrs()
|
|
||||||
function [first,second] = create_ptrs(obj)
|
function [first,second] = create_ptrs(obj)
|
||||||
|
% usage: obj.create_ptrs()
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile create_ptrs.cpp');
|
error('need to compile create_ptrs.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.print()
|
|
||||||
function result = print(obj)
|
function result = print(obj)
|
||||||
|
% usage: obj.print()
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile print.cpp');
|
error('need to compile print.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_TestPtr(value)
|
|
||||||
function result = return_TestPtr(obj,value)
|
function result = return_TestPtr(obj,value)
|
||||||
|
% usage: obj.return_TestPtr(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_TestPtr.cpp');
|
error('need to compile return_TestPtr.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_bool(value)
|
|
||||||
function result = return_bool(obj,value)
|
function result = return_bool(obj,value)
|
||||||
|
% usage: obj.return_bool(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_bool.cpp');
|
error('need to compile return_bool.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_double(value)
|
|
||||||
function result = return_double(obj,value)
|
function result = return_double(obj,value)
|
||||||
|
% usage: obj.return_double(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_double.cpp');
|
error('need to compile return_double.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_field(t)
|
|
||||||
function result = return_field(obj,t)
|
function result = return_field(obj,t)
|
||||||
|
% usage: obj.return_field(t)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_field.cpp');
|
error('need to compile return_field.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_int(value)
|
|
||||||
function result = return_int(obj,value)
|
function result = return_int(obj,value)
|
||||||
|
% usage: obj.return_int(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_int.cpp');
|
error('need to compile return_int.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_matrix1(value)
|
|
||||||
function result = return_matrix1(obj,value)
|
function result = return_matrix1(obj,value)
|
||||||
|
% usage: obj.return_matrix1(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_matrix1.cpp');
|
error('need to compile return_matrix1.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_matrix2(value)
|
|
||||||
function result = return_matrix2(obj,value)
|
function result = return_matrix2(obj,value)
|
||||||
|
% usage: obj.return_matrix2(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_matrix2.cpp');
|
error('need to compile return_matrix2.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_pair(v,A)
|
|
||||||
function [first,second] = return_pair(obj,v,A)
|
function [first,second] = return_pair(obj,v,A)
|
||||||
|
% usage: obj.return_pair(v,A)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_pair.cpp');
|
error('need to compile return_pair.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_ptrs(p1,p2)
|
|
||||||
function [first,second] = return_ptrs(obj,p1,p2)
|
function [first,second] = return_ptrs(obj,p1,p2)
|
||||||
|
% usage: obj.return_ptrs(p1,p2)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_ptrs.cpp');
|
error('need to compile return_ptrs.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_size_t(value)
|
|
||||||
function result = return_size_t(obj,value)
|
function result = return_size_t(obj,value)
|
||||||
|
% usage: obj.return_size_t(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_size_t.cpp');
|
error('need to compile return_size_t.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_string(value)
|
|
||||||
function result = return_string(obj,value)
|
function result = return_string(obj,value)
|
||||||
|
% usage: obj.return_string(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_string.cpp');
|
error('need to compile return_string.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_vector1(value)
|
|
||||||
function result = return_vector1(obj,value)
|
function result = return_vector1(obj,value)
|
||||||
|
% usage: obj.return_vector1(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_vector1.cpp');
|
error('need to compile return_vector1.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
% usage: obj.return_vector2(value)
|
|
||||||
function result = return_vector2(obj,value)
|
function result = return_vector2(obj,value)
|
||||||
|
% usage: obj.return_vector2(value)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile return_vector2.cpp');
|
error('need to compile return_vector2.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
echo on
|
echo on
|
||||||
|
|
||||||
toolboxpath = pwd
|
toolboxpath = pwd
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Point2.h>
|
#include <Point2.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
function result = new_Point2_(obj)
|
function result = new_Point2_(obj)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile new_Point2_.cpp');
|
error('need to compile new_Point2_.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Point2.h>
|
#include <Point2.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
function result = new_Point2_dd(obj,x,y)
|
function result = new_Point2_dd(obj,x,y)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile new_Point2_dd.cpp');
|
error('need to compile new_Point2_dd.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Point3.h>
|
#include <Point3.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
function result = new_Point3_ddd(obj,x,y,z)
|
function result = new_Point3_ddd(obj,x,y,z)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile new_Point3_ddd.cpp');
|
error('need to compile new_Point3_ddd.cpp');
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// automatically generated by wrap on 2010-Feb-23
|
// automatically generated by wrap on 2011-Oct-31
|
||||||
#include <wrap/matlab.h>
|
#include <wrap/matlab.h>
|
||||||
#include <Test.h>
|
#include <Test.h>
|
||||||
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
% automatically generated by wrap on 2010-Feb-23
|
|
||||||
function result = new_Test_(obj)
|
function result = new_Test_(obj)
|
||||||
|
% automatically generated by wrap on 2011-Oct-31
|
||||||
error('need to compile new_Test_.cpp');
|
error('need to compile new_Test_.cpp');
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue