vcglib/vcg/complex/algorithms/local_optimization
Paolo Cignoni d7af2e62b3 Significant changes to the simplification/optimization framework:
* TriEdgeCollapse is no more multiply derived but it get its "work on two vertex" behavior from a template parameter called VertexPair.
* EdgeCollapse is no more a class devoted to the simplification but it has been renamed as EdgeCollapser and it is a static class templates over a generic <VertexPair> that offer methods to perform Edge Collapses.
* cleaned up the parameter passing method for local optimization classes (and added a baseParameterClass from which every local optimization method must subclass its own parameters)
2011-05-20 15:12:09 +00:00
..
quad_diag_collapse.h Ongoing Rearrangement of filepath 2011-04-01 17:06:03 +00:00
tetra_edge_collapse.h Ongoing Rearrangement of filepath 2011-04-01 17:06:03 +00:00
tri_edge_collapse.h Significant changes to the simplification/optimization framework: 2011-05-20 15:12:09 +00:00
tri_edge_collapse_quadric.h Significant changes to the simplification/optimization framework: 2011-05-20 15:12:09 +00:00
tri_edge_flip.h Ongoing Rearrangement of filepath 2011-04-01 17:06:03 +00:00