Skip to content

GMVReader plugin fix for input lines and vertices

GMVReader didn't handle lines and vertices properly. It was putting all cells it was reading in the Polys cell array in the output vtkPolyData. Lines need to be put in the Lines cell array and vertices in the Verts cell array.

Fixes #21292 (closed)

Backport: release

Edited by Yohann Bearzi (Kitware)

Merge request reports