Skip to content

Add HTG Extract ghost cells filter

Louis Gombert requested to merge louis.gombert/vtk:htg-extract-ghost into master

A new filter vtkHyperTreeGridExtractGhostCells has been created to extract ghost cells for a HTG, similarly to what vtkExtractGhostCells does for other data types. This new filter has an API compatible with the latter.

Merge request reports