|
OpenABF 2.1.0
|
Result of merging several meshes into one. More...
#include <OpenABF/OpenABF.hpp>
Result of merging several meshes into one.
The inverse bookkeeping of HalfEdgeMesh::extract_connected_components: where extract splits one mesh into N with maps back to the source, merge combines N meshes into one with maps back to each source mesh. Compose face_source/vertex_source with the face_map/vertex_map of the components you merged to trace a merged element all the way back to the pre-extraction mesh.
| MeshType | A HalfEdgeMesh specialization |