Skip to content

Tetrahedralize and Triangulate filters now check if the input is already tetrahedral/triangular

Louis Gombert requested to merge louis.gombert/vtk-m:tetra-check into master

Previously, tetrahedralize/triangulate would blindly convert all the cells to tetrahedra/triangles, even when they were already. Now, the dataset is directly returned if the CellSet is a CellSetSingleType of tetras/triangles, and no further processing is done in the worklets for CellSetExplicit when all shapes are tetras or triangles.

Close #772 (closed)

Edited by Louis Gombert

Merge request reports