Skip to content

Draft: New vtkAMRExtractLabelledBlock filter

This filter takes a vtkUniformGridAMR and outputs a vtkMultiBlockDataSet composed of vtkUnstructuredGrid. Each unstructured grid is composed from cells of the input that match the block id that should be set in an input array.

A test is also added for this new filter.

Edited by Cory Quammen

Merge request reports