Skip to content

Convert unsupported cell types in VTK files to supported types

VTKDataSetReader now supports more types of input datasets by converting all unsupported cell types like poly lines, poly vertex, triangle strip, pixels and voxels to supported cell types (multiple lines, vertices, triangles, and quads and hexahedra)

Merge request reports