| Wildmeshing Toolkit
    | 
Go to the source code of this file.
| Namespaces | |
| namespace | wmtk | 
| namespace | wmtk::components | 
| namespace | wmtk::components::shortest_edge_collapse | 
| Functions | |
| void | wmtk::components::shortest_edge_collapse::shortest_edge_collapse (Mesh &mesh, const ShortestEdgeCollapseOptions &options) | 
| Perform shortest-edge collapse on a triangular surface mesh. | |
| void | wmtk::components::shortest_edge_collapse::shortest_edge_collapse (Mesh &mesh, const attribute::MeshAttributeHandle &position_handle, const double length_rel, std::optional< bool > lock_boundary={}, std::optional< double > envelope_size={}, bool check_inversion=false, const std::vector< attribute::MeshAttributeHandle > &pass_through={}) | 
| Perform shortest-edge collapse on a triangular surface mesh. | |