vtkGeometryFilter: Fix int overflow
vtkGeometryFilter had an overflow issue when the number of points was not possible to be represented by an int.
This MR addresses issue paraview/paraview#21630 (closed).
Backport: paraview/release
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
vtkGeometryFilter had an overflow issue when the number of points was not possible to be represented by an int.
This MR addresses issue paraview/paraview#21630 (closed).
Backport: paraview/release