Skip to content

Deprecating vtkCellTypes

vtkCellTypes currently holds an attribute LocationArray which is not needed anymore. This commit deprecates all methods that are related to this attribute.

In addition, to move forward, the link between vtkCellTypes and vtkUnstructuredGrid is deprecated (see vtkUnstructuredGrid::GetCellTypes), as CellTypes could totally be held by a vtkUnsignedCharArray.

Edited by Yohann Bearzi (Kitware)

Merge request reports