Skip to content

Fix return type for GetNumberOfContours

  • On 64-bit, vtkIdType and int are different. This inconsitency confuses code that parses vtk class headers to build properties.

Merge request reports