Skip to content

Add HTG support to various filters generating new data arrays

Thomas Galland requested to merge thomas.galland/vtk:supportHTGFilters into master

Add HTG support to the following five filters generating new data arrays:

  • RandomAttributes
  • RemoveGhostInformation
  • GenerateGlobalIds
  • GenerateProcessIds
  • GenerateIds

When possible, HTG support has been added directly in the filters in questions, so we don't have to call a specialized version of the filter to do the work (vtkRandomAttributeGenerator and vtkGenerateIds). Otherwise, we create a dedicated filter that can be then used in a meta-filter (in ParaView for instance).

Related ParaView MR: paraview/paraview!6794 (518b1531)

Edited by Thomas Galland

Merge request reports