10 lines
295 B
C++
10 lines
295 B
C++
// automatically generated by wrap
|
|
#include <wrap/matlab.h>
|
|
#include <folder/path/to/Test.h>
|
|
using namespace geometry;
|
|
void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[])
|
|
{
|
|
checkArguments("delete_Test",nargout,nargin,1);
|
|
delete_shared_ptr< Test >(in[0],"Test");
|
|
}
|