New Slic3r::TriangleMesh::XS class

This commit is contained in:
Alessandro Ranellucci 2013-06-24 19:35:49 +02:00
parent b33b30b09d
commit f29faf0548
8 changed files with 116 additions and 76 deletions

View file

@ -3,8 +3,7 @@
#include <vector>
typedef std::vector<unsigned int> Ztable2;
////////////////
class ZTable
{
public:
@ -17,7 +16,8 @@ ZTable::ZTable(std::vector<unsigned int>* ztable) :
z(*ztable)
{
}
////////////////
#include <admesh/stl.h>
#include "TriangleMesh.hpp"
#endif