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.
Showing
- Filters/Extraction/vtkExtractCells.cxx 40 additions, 63 deletionsFilters/Extraction/vtkExtractCells.cxx
- Filters/Extraction/vtkExtractCells.h 13 additions, 0 deletionsFilters/Extraction/vtkExtractCells.h
- Filters/Extraction/vtkExtractSelection.cxx 1 addition, 0 deletionsFilters/Extraction/vtkExtractSelection.cxx
Loading
Please register or sign in to comment