|
Wildmeshing Toolkit
|
A collection of triangles (tets in 3D) that represent a connected component. More...
#include <ConnectedComponent.hpp>
Public Attributes | |
| std::vector< size_t > | cells |
| double | volume = 0.0 |
| bool | touches_boundary = false |
A collection of triangles (tets in 3D) that represent a connected component.
| faces | Vector of face IDs in the connected component. |
| volume | Total volume (area in 2D) of the connected component. |
| touches_boundary | Whether the connected component touches the boundary of the mesh. |