Skip to content
Snippets Groups Projects
Commit 5553ab0c authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

vtkTableBasedClipDataSet: Allow processing supported and unsupported cells

vtkTableBasedClipDataSet used to process only the cells that it could,
and pass the remaining in vtkClipDataSet. This functionality was
removed when the multithreading of vtkTableBasedClipDataSet took place,
and if any cell could not be processed the whole mesh was passed to vtkClipDataSet.
Now this functionality is added back again in a way simpler and more efficient
way using vtkExtractCells, which is smart enough to just shallow copy the input
if the whole input can't be processed.
parent dbf71f79
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment