Skip to content

vtkTestUtilities: compare HyperTreeGrids more accurately using cursors

Louis Gombert requested to merge louis.gombert/vtk:htg-comparison-test into master

HTG comparison cannot be done like the other data types, because cells can be subdivided in any order, leading to an large number of different possible memory layouts for the same tree. We improve HTG comparison using cursors comparing data cell by cell, taking masks into account

Merge request reports