Fixed wrap check tests

release/4.3a0
Alex Cunningham 2011-10-31 23:44:31 +00:00
parent 95c75dbc31
commit cd9d3a0796
50 changed files with 69 additions and 69 deletions

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
classdef Point2
% automatically generated by wrap on 2011-Oct-31
properties
self = 0
end

View File

@ -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 <Point2.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.dim()
function result = dim(obj)
% usage: obj.dim()
% automatically generated by wrap on 2011-Oct-31
error('need to compile dim.cpp');
end

View File

@ -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 <Point2.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.x()
function result = x(obj)
% usage: obj.x()
% automatically generated by wrap on 2011-Oct-31
error('need to compile x.cpp');
end

View File

@ -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 <Point2.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.y()
function result = y(obj)
% usage: obj.y()
% automatically generated by wrap on 2011-Oct-31
error('need to compile y.cpp');
end

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
classdef Point3
% automatically generated by wrap on 2011-Oct-31
properties
self = 0
end

View File

@ -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 <Point3.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.norm()
function result = norm(obj)
% usage: obj.norm()
% automatically generated by wrap on 2011-Oct-31
error('need to compile norm.cpp');
end

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
classdef Test
% automatically generated by wrap on 2011-Oct-31
properties
self = 0
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.create_ptrs()
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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.print()
function result = print(obj)
% usage: obj.print()
% automatically generated by wrap on 2011-Oct-31
error('need to compile print.cpp');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_TestPtr(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_bool(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_double(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_field(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_int(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_matrix1(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_matrix2(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -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)
% usage: obj.return_pair(v,A)
% automatically generated by wrap on 2011-Oct-31
error('need to compile return_pair.cpp');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -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)
% usage: obj.return_ptrs(p1,p2)
% automatically generated by wrap on 2011-Oct-31
error('need to compile return_ptrs.cpp');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -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)
% usage: obj.return_size_t(value)
% automatically generated by wrap on 2011-Oct-31
error('need to compile return_size_t.cpp');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_string(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_vector1(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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,5 +1,5 @@
% automatically generated by wrap on 2010-Feb-23
% usage: obj.return_vector2(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');
end

View File

@ -1,4 +1,4 @@
% automatically generated by wrap on 2010-Feb-23
% automatically generated by wrap on 2011-Oct-31
echo on
toolboxpath = pwd

View File

@ -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 <Point2.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,4 +1,4 @@
% automatically generated by wrap on 2010-Feb-23
function result = new_Point2_(obj)
% automatically generated by wrap on 2011-Oct-31
error('need to compile new_Point2_.cpp');
end

View File

@ -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 <Point2.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,4 +1,4 @@
% automatically generated by wrap on 2010-Feb-23
function result = new_Point2_dd(obj,x,y)
% automatically generated by wrap on 2011-Oct-31
error('need to compile new_Point2_dd.cpp');
end

View File

@ -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 <Point3.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,4 +1,4 @@
% automatically generated by wrap on 2010-Feb-23
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');
end

View File

@ -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 <Test.h>
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])

View File

@ -1,4 +1,4 @@
% automatically generated by wrap on 2010-Feb-23
function result = new_Test_(obj)
% automatically generated by wrap on 2011-Oct-31
error('need to compile new_Test_.cpp');
end