Skip to content

Add option to use implicit arrays in vtkHyperTreeGridProbeFilter

Add an option to use implicit arrays in vtkHyperTreeGridProbeFilter:

  • when disabled, values in data arrays on the output (probing mesh) are copied from the source (HTG),
  • when enabled, values in data arrays on the output (probing mesh) are retrieved from the source (HTG) with indexed arrays.

This option is made available on vtkCompositeDataProbeFilter, which uses the vtkHyperTreeGridProbeFilter internally.
This option is also available on vtkResampleWithDataset, which uses the vtkCompositeDataProbeFilter internally.
vtkResampleToImage is not concerned so far as it doesn't accept HTGs as input yet.

See also : !10756 for vtkPHyperTreeGridProbeFilter support

Related ParaView MR: paraview/paraview!6628 (merged)

Edited by Thomas Galland

Merge request reports