Skip to content

CopyStructure() now deep copies coordinates in htg

It used to just copy the pointers of XCoordinates, YCoordinates and ZCoordinates, so when one overrode those coordinates in the output of some filter (vtkHyperTreeGridAxisClip for instance), one would break the grid structure of the input.

Fixes #17937 (closed)

Merge request reports