Skip to content
Snippets Groups Projects
Commit dca352b7 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit
Browse files

vtkExtractCells fixes

vtkExtractCells changed the cell ids filled by the user in its
RequestData. This was incorrect. It had the potential of dropping cell
ids provided is the input dataset had fewer elements for an earlier
iteration.

Adding API to vtkExtractCells to skip sorting and uniquifying operations
if its already known that the ids are sorted and unique.
parent f5ea0485
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment