Skip to content

Adding Plugin to convert any DataSet into HyperTreeGrid

Viktor Leonhardt requested to merge leonhardt/paraview:hyperTreeGridAMR into master

This branch contains a plugin HyperTreeGridAMR to generate a vtkHyperTreeGrid using arbitrary vtkDataSets. The plugin includes two versions of the filter. One memory efficient one using the box clip and the other is optimized more in time using a plane clip.

@patchett2002

Merge request reports