// This the actual call to the simplification algorithm. // The surface mesh and stop conditions are mandatory arguments. // The index maps are needed because the vertices and edges // of this surface ...
lcc.display_characteristics(std::cout) << ", is_valid=" << CGAL::is_valid(lcc) << std::endl; // This is a stop predicate (defines when the algorithm terminates). // In this example, the simplification ...