4#include <wmtk/Types.hpp>
6namespace wmtk::components::image_simulation {
11using CellTag = std::set<int64_t>;
22 std::vector<size_t> cells;
24 bool touches_boundary =
false;
A collection of triangles (tets in 3D) that represent a connected component.
Definition ConnectedComponent.hpp:21