4 typedef Decimater::DecimaterT<Mesh> Decimater;
5 typedef Decimater::ModQuadricT<Mesh>::Handle HModQuadric;
8 Decimater decimater(mesh);
9 HModQuadric hModQuadric;
11 decimater.add(hModQuadric);
12 std::cout << decimater.module(hModQuadric).name() << std::endl;
19 decimater.module(hModQuadric).unset_max_err();
21 decimater.initialize();
25 mesh.garbage_collection();