Skip to content

Include vtkHyperTreeGrid support into vtk(P)ResampleWithDataSet

Julien Fausty requested to merge julien.fausty/vtk:resampleHTG into master

Pain Point

Previously, the vtk(P)ResampleWithDataSet filters did not support using vtkHyperTreeGrids as sources for resampling.

Feature

Add support for vtkHyperTreeGrid in the resampling filters using the vtkHyperTreeGridProbeFilter.

Steps

  • refactor exisiting probe functionality into sequential and parallel parts
  • insert support for vtkHyperTreeGrid into both sequential and parallel resampling filters

Merge request reports