gtsam/wrap/tests/expected/@Test/print.cpp

12 lines
359 B
C++
Raw Normal View History

// automatically generated by wrap
#include <wrap/matlab.h>
2011-12-09 23:44:35 +08:00
#include <folder/path/to/Test.h>
using namespace geometry;
2012-06-29 00:13:22 +08:00
typedef boost::shared_ptr<Test> Shared;
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
{
checkArguments("print",nargout,nargin-1,0);
Shared obj = unwrap_shared_ptr<Test>(in[0], "Test");
2012-06-29 00:13:22 +08:00
obj->print();
}