Wildmeshing Toolkit
Loading...
Searching...
No Matches
Public Attributes | List of all members
wmtk::components::image_simulation::ConnectedComponent Struct Reference

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
 

Detailed Description

A collection of triangles (tets in 3D) that represent a connected component.

Parameters
facesVector of face IDs in the connected component.
volumeTotal volume (area in 2D) of the connected component.
touches_boundaryWhether the connected component touches the boundary of the mesh.

The documentation for this struct was generated from the following file: