10 typedef Decimater::DecimaterT< Mesh > Decimater;
13 typedef Decimater::ModQuadricT< Mesh >::Handle HModQuadric;
18 Decimater decimater(mesh);
19 HModQuadric hModQuadric;
21 decimater.add( hModQuadric );
23 std::cout << decimater.module( hModQuadric ).name() << std::endl;
31 decimater.module( hModQuadric ).unset_max_err();
33 decimater.initialize();