New Slic3r::TriangleMesh::XS->ToPerl() method

This commit is contained in:
Alessandro Ranellucci 2013-06-24 20:11:56 +02:00
parent ecdc2f077b
commit d30b4f0310
4 changed files with 49 additions and 1 deletions

View file

@ -10,6 +10,7 @@
void ReadSTLFile(char* input_file);
void Repair();
void WriteOBJFile(char* output_file);
AV* ToPerl();
};
%package{Slic3r::TriangleMesh::XS};

View file

@ -1,2 +1,4 @@
%typemap{std::string};
%typemap{std::vector<unsigned int>*};
%typemap{std::vector<unsigned int>*};
%typemap{SV*};
%typemap{AV*};